Fixes #1798818. Enable the appropriate cache color hint for folders to speed up the scrolling.
This commit is contained in:
parent
f7dd0a888a
commit
15ea33d38b
|
@ -36,6 +36,7 @@
|
|||
android:layout_height="0dip"
|
||||
android:layout_weight="1"
|
||||
|
||||
android:cacheColorHint="#ff333333"
|
||||
android:background="@drawable/box_launcher_bottom"
|
||||
|
||||
android:scrollbarAlwaysDrawVerticalTrack="true"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
android:layout_height="0dip"
|
||||
android:layout_weight="1"
|
||||
|
||||
android:cacheColorHint="#ff333333"
|
||||
android:background="@drawable/box_launcher_bottom"
|
||||
|
||||
android:scrollbarAlwaysDrawVerticalTrack="true"
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
android:layout_height="0dip"
|
||||
android:layout_weight="1"
|
||||
|
||||
android:cacheColorHint="#ff333333"
|
||||
android:background="@drawable/box_launcher_bottom"
|
||||
|
||||
android:scrollbarAlwaysDrawVerticalTrack="true"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
android:layout_height="0dip"
|
||||
android:layout_weight="1"
|
||||
|
||||
android:cacheColorHint="#ff333333"
|
||||
android:background="@drawable/box_launcher_bottom"
|
||||
|
||||
android:scrollbarAlwaysDrawVerticalTrack="true"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue