Merge change 1610 into donut
* changes: Revert dividers back to their original translucent versions but add new opaque dividers to improve the speed of lists.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 240 B |
BIN
core/res/res/drawable/divider_horizontal_bright_opaque.9.png
Normal file
BIN
core/res/res/drawable/divider_horizontal_bright_opaque.9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 232 B |
BIN
core/res/res/drawable/divider_horizontal_dark_opaque.9.png
Normal file
BIN
core/res/res/drawable/divider_horizontal_dark_opaque.9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
@@ -330,7 +330,7 @@
|
||||
<item name="android:groupIndicator">@android:drawable/expander_group</item>
|
||||
<item name="android:indicatorLeft">?android:attr/expandableListPreferredItemIndicatorLeft</item>
|
||||
<item name="android:indicatorRight">?android:attr/expandableListPreferredItemIndicatorRight</item>
|
||||
<item name="android:childDivider">@android:drawable/divider_horizontal_dark</item>
|
||||
<item name="android:childDivider">@android:drawable/divider_horizontal_dark_opaque</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.ImageWell">
|
||||
@@ -398,18 +398,18 @@
|
||||
<style name="Widget.ListView" parent="Widget.AbsListView">
|
||||
<item name="android:listSelector">@android:drawable/list_selector_background</item>
|
||||
<item name="android:cacheColorHint">?android:attr/colorBackground</item>
|
||||
<item name="android:divider">@android:drawable/divider_horizontal_dark</item>
|
||||
<item name="android:divider">@android:drawable/divider_horizontal_dark_opaque</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.ListView.White" parent="Widget.AbsListView">
|
||||
<item name="android:listSelector">@android:drawable/list_selector_background</item>
|
||||
<item name="android:background">@android:color/white</item>
|
||||
<item name="android:divider">@android:drawable/divider_horizontal_bright</item>
|
||||
<item name="android:divider">@android:drawable/divider_horizontal_bright_opaque</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.ListView.DropDown">
|
||||
<item name="android:cacheColorHint">@null</item>
|
||||
<item name="android:divider">@android:drawable/divider_horizontal_bright</item>
|
||||
<item name="android:divider">@android:drawable/divider_horizontal_bright_opaque</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.ListView.Menu">
|
||||
|
||||
Reference in New Issue
Block a user