Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3c36cce authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 2b52b3ed: Merge change 1610 into donut

Merge commit '2b52b3ed'

* commit '2b52b3ed':
  Revert dividers back to their original translucent versions but add new opaque dividers to improve the speed of lists.
parents a49bff4e 2b52b3ed
Loading
Loading
Loading
Loading
−2.63 KiB (240 B)
Loading image diff...
+2.86 KiB
Loading image diff...
−2.65 KiB (232 B)
Loading image diff...
+2.87 KiB
Loading image diff...
+4 −4
Original line number Diff line number Diff line
@@ -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">