diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-land/live_folder_grid.xml | 1 | ||||
-rw-r--r-- | res/layout-land/user_folder.xml | 1 | ||||
-rw-r--r-- | res/layout-port/live_folder_grid.xml | 1 | ||||
-rw-r--r-- | res/layout-port/user_folder.xml | 1 | ||||
-rw-r--r-- | res/layout/live_folder_list.xml | 2 |
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 d1b02a4a6..bb623b0f6 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 61f859e39..fbf337bdd 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 ec32d417c..e5bcafe54 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 5795aeaab..27d70fc7a 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 1d32f8878..f96a19094 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> |