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

Commit 873f891c authored by Brian Attwell's avatar Brian Attwell Committed by Android (Google) Code Review
Browse files

Merge "Switched ListViewStyle's parent to Quantum"

parents 9876f51b 3e1d0faa
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>