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

Commit d8b60c3a authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix default GridView list selector

BUG: 15319488
Change-Id: I4ed7da044d0a697c3ea668b5f3c5c0ba197e8395
parent c6c967b6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -518,7 +518,10 @@ please see styles_device_defaults.xml.
    <style name="Widget.Quantum.ExpandableListView.White"/>
    <style name="Widget.Quantum.Gallery" parent="Widget.Gallery"/>
    <style name="Widget.Quantum.GestureOverlayView" parent="Widget.GestureOverlayView"/>
    <style name="Widget.Quantum.GridView" parent="Widget.GridView"/>

    <style name="Widget.Quantum.GridView" parent="Widget.GridView">
        <item name="android:listSelector">?attr/selectableItemBackground</item>
    </style>

    <style name="Widget.Quantum.CalendarView" parent="Widget.CalendarView">
        <item name="selectedWeekBackgroundColor">#330099FF</item>