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

Commit 01bc5f90 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "FIX BUG 5244136 - HOLO LIST SEPARATOR TEXT DOES NOT SHOUT"

parents 804b532a 56dcbda3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1549,6 +1549,7 @@ please see styles_device_defaults.xml.

    <style name="Widget.Holo.TextView.ListSeparator" parent="Widget.TextView.ListSeparator">
        <item name="android:background">@android:drawable/list_section_divider_holo_dark</item>
        <item name="android:textAllCaps">true</item>
    </style>

    <style name="Widget.Holo.TextSelectHandle" parent="Widget.TextSelectHandle">
@@ -1992,6 +1993,7 @@ please see styles_device_defaults.xml.

    <style name="Widget.Holo.Light.TextView.ListSeparator" parent="Widget.TextView.ListSeparator">
        <item name="android:background">@android:drawable/list_section_divider_holo_light</item>
        <item name="android:textAllCaps">true</item>
    </style>

    <style name="Widget.Holo.Light.TextSelectHandle" parent="Widget.TextSelectHandle">