From ac6f69f78d4d8d58b12cc58e2074181aca28a1ba Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Fri, 16 Aug 2019 11:59:55 -0700 Subject: 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 --- res/layout/folder_application.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res') 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" /> -- cgit v1.2.3