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

Commit 56dcbda3 authored by Adam Powell's avatar Adam Powell
Browse files

FIX BUG 5244136 - HOLO LIST SEPARATOR TEXT DOES NOT SHOUT

Holo's listSeparatorTextViewStyle now uses the all-caps style.

Change-Id: Ia1d21ecc3c05a3e3fc29a78c683e875ce08cab99
parent f679ed09
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">