OSDN Git Service

Fixes #1798818. Enable the appropriate cache color hint for folders to speed up the...
authorRomain Guy <romainguy@google.com>
Thu, 30 Apr 2009 22:11:58 +0000 (15:11 -0700)
committerRomain Guy <romainguy@google.com>
Thu, 30 Apr 2009 22:11:58 +0000 (15:11 -0700)
res/layout-land/live_folder_grid.xml
res/layout-land/user_folder.xml
res/layout-port/live_folder_grid.xml
res/layout-port/user_folder.xml
res/layout/live_folder_list.xml

index d1b02a4..bb623b0 100644 (file)
@@ -36,6 +36,7 @@
        android:layout_height="0dip"
        android:layout_weight="1"
             
+        android:cacheColorHint="#ff333333"
         android:background="@drawable/box_launcher_bottom"
 
         android:scrollbarAlwaysDrawVerticalTrack="true"
index 61f859e..fbf337b 100644 (file)
@@ -33,6 +33,7 @@
        android:layout_height="0dip"
        android:layout_weight="1"
             
+        android:cacheColorHint="#ff333333"
         android:background="@drawable/box_launcher_bottom"
 
         android:scrollbarAlwaysDrawVerticalTrack="true"
index ec32d41..e5bcafe 100644 (file)
@@ -36,6 +36,7 @@
        android:layout_height="0dip"
        android:layout_weight="1"
 
+        android:cacheColorHint="#ff333333"
         android:background="@drawable/box_launcher_bottom"
 
         android:scrollbarAlwaysDrawVerticalTrack="true"
index 5795aea..27d70fc 100644 (file)
@@ -33,6 +33,7 @@
        android:layout_height="0dip"
        android:layout_weight="1"
 
+        android:cacheColorHint="#ff333333"
         android:background="@drawable/box_launcher_bottom"
 
         android:scrollbarAlwaysDrawVerticalTrack="true"
index 1d32f88..f96a190 100644 (file)
@@ -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>