diff options
author | Romain Guy <romainguy@google.com> | 2009-04-30 15:11:58 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2009-04-30 15:11:58 -0700 |
commit | 15ea33d38b68c4a603b374f57049dbe37f7b74e2 (patch) | |
tree | 77ba4b570db1a01faede64dcc079e346514077bd /res/layout-port/live_folder_grid.xml | |
parent | f7dd0a888a9799782d4aab498f750acca2ad0534 (diff) | |
download | packages_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.
Diffstat (limited to 'res/layout-port/live_folder_grid.xml')
-rw-r--r-- | res/layout-port/live_folder_grid.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |