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

Commit c1616809 authored by Justin Ho's avatar Justin Ho
Browse files

Fixing list selector theme

Bug: 4147203

Change-Id: Ib9052ca399a135d42fd5c6ccf2bea8babfe8f0ac
parent dd76dc02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@
    <item android:state_focused="true"  android:state_enabled="false"                              android:drawable="@drawable/list_selector_background_disabled" />
    <item android:state_focused="true"                                android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition" />
    <item android:state_focused="false"                               android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition" />
    <item android:state_focused="true"                                                             android:drawable="@drawable/list_selector_background_focused" />
    <item android:state_focused="true"                                                             android:drawable="@drawable/list_selector_background_focus" />
    
</selector>