summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2009-04-30 15:11:58 -0700
committerRomain Guy <romainguy@google.com>2009-04-30 15:11:58 -0700
commit15ea33d38b68c4a603b374f57049dbe37f7b74e2 (patch)
tree77ba4b570db1a01faede64dcc079e346514077bd
parentf7dd0a888a9799782d4aab498f750acca2ad0534 (diff)
downloadpackages_apps_trebuchet-15ea33d38b68c4a603b374f57049dbe37f7b74e2.zip
packages_apps_trebuchet-15ea33d38b68c4a603b374f57049dbe37f7b74e2.tar.gz
packages_apps_trebuchet-15ea33d38b68c4a603b374f57049dbe37f7b74e2.tar.bz2
Fixes #1798818. Enable the appropriate cache color hint for folders to speed up the scrolling.
-rw-r--r--res/layout-land/live_folder_grid.xml1
-rw-r--r--res/layout-land/user_folder.xml1
-rw-r--r--res/layout-port/live_folder_grid.xml1
-rw-r--r--res/layout-port/user_folder.xml1
-rw-r--r--res/layout/live_folder_list.xml2
5 files changed, 5 insertions, 1 deletions
diff --git a/res/layout-land/live_folder_grid.xml b/res/layout-land/live_folder_grid.xml
index d1b02a4..bb623b0 100644
--- a/res/layout-land/live_folder_grid.xml
+++ b/res/layout-land/live_folder_grid.xml
@@ -36,6 +36,7 @@
android:layout_height="0dip"
android:layout_weight="1"
+ android:cacheColorHint="#ff333333"
android:background="@drawable/box_launcher_bottom"
android:scrollbarAlwaysDrawVerticalTrack="true"
diff --git a/res/layout-land/user_folder.xml b/res/layout-land/user_folder.xml
index 61f859e..fbf337b 100644
--- a/res/layout-land/user_folder.xml
+++ b/res/layout-land/user_folder.xml
@@ -33,6 +33,7 @@
android:layout_height="0dip"
android:layout_weight="1"
+ android:cacheColorHint="#ff333333"
android:background="@drawable/box_launcher_bottom"
android:scrollbarAlwaysDrawVerticalTrack="true"
diff --git a/res/layout-port/live_folder_grid.xml b/res/layout-port/live_folder_grid.xml
index ec32d41..e5bcafe 100644
--- a/res/layout-port/live_folder_grid.xml
+++ b/res/layout-port/live_folder_grid.xml
@@ -36,6 +36,7 @@
android:layout_height="0dip"
android:layout_weight="1"
+ android:cacheColorHint="#ff333333"
android:background="@drawable/box_launcher_bottom"
android:scrollbarAlwaysDrawVerticalTrack="true"
diff --git a/res/layout-port/user_folder.xml b/res/layout-port/user_folder.xml
index 5795aea..27d70fc 100644
--- a/res/layout-port/user_folder.xml
+++ b/res/layout-port/user_folder.xml
@@ -33,6 +33,7 @@
android:layout_height="0dip"
android:layout_weight="1"
+ android:cacheColorHint="#ff333333"
android:background="@drawable/box_launcher_bottom"
android:scrollbarAlwaysDrawVerticalTrack="true"
diff --git a/res/layout/live_folder_list.xml b/res/layout/live_folder_list.xml
index 1d32f88..f96a190 100644
--- a/res/layout/live_folder_list.xml
+++ b/res/layout/live_folder_list.xml
@@ -36,7 +36,7 @@
android:layout_height="0dip"
android:layout_weight="1"
- android:cacheColorHint="#00000000"
+ android:cacheColorHint="#ff333333"
android:background="@drawable/box_launcher_bottom" />
</com.android.launcher.LiveFolder>