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

Commit 3e1d0faa authored by Brian Attwell's avatar Brian Attwell
Browse files

Switched ListViewStyle's parent to Quantum

Change-Id: Ida2a7562998701152818105d1522280b80e1d393
parent 1b619226
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ background and text color. See also android:style/Widget.Holo.TextView.ListSepar
        <item name="android:textColor">#888888</item>
    </style>

    <style name="ListViewStyle" parent="@android:style/Widget.Holo.Light.ListView">
    <style name="ListViewStyle" parent="@android:style/Widget.Quantum.Light.ListView">
        <item name="android:overScrollMode">always</item>
    </style>