Fixes #1798818. Enable the appropriate cache color hint for folders to speed up the scrolling.

This commit is contained in:
Romain Guy 2009-04-30 15:11:58 -07:00
parent f7dd0a888a
commit 15ea33d38b
5 changed files with 5 additions and 1 deletions

View 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"

View 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"

View 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"

View 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"

View 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>