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

Commit ba25e890 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit 'c710f6da778e3bfd26af87b9116ac264e341d007':
  Fix default GridView list selector
parents d8e9050e 076aabda
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>