summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-08-16 11:59:55 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-09-05 17:17:11 +0000
commitac6f69f78d4d8d58b12cc58e2074181aca28a1ba (patch)
tree4818e2ada6527e7c0c81f083e6e0d51a6a2772aa /res
parent72fddba837afb28ad31f775b566ee4ba3f02eab9 (diff)
downloadandroid_packages_apps_Trebuchet-ac6f69f78d4d8d58b12cc58e2074181aca28a1ba.tar.gz
android_packages_apps_Trebuchet-ac6f69f78d4d8d58b12cc58e2074181aca28a1ba.tar.bz2
android_packages_apps_Trebuchet-ac6f69f78d4d8d58b12cc58e2074181aca28a1ba.zip
Lazily binding folder pages and icons
Folders are bound before they are opened and unbound on close. This allows us to recycle the views in folders Bug: 139051851 Change-Id: Ic1ed3265c0f583af54d73dab6f2751bc95266ea9
Diffstat (limited to 'res')
-rw-r--r--res/layout/folder_application.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/folder_application.xml b/res/layout/folder_application.xml
index c156e113f..32a5419b8 100644
--- a/res/layout/folder_application.xml
+++ b/res/layout/folder_application.xml
@@ -20,4 +20,5 @@
style="@style/BaseIcon"
android:textColor="?attr/folderTextColor"
android:includeFontPadding="false"
+ android:hapticFeedbackEnabled="false"
launcher:iconDisplay="folder" />