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

Commit 076aabda authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Fix default GridView list selector" into lmp-preview-dev

parents a6701df9 d8b60c3a
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>