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

Commit 53751169 authored by Adam Powell's avatar Adam Powell
Browse files

Fixing pressed state in preferences, addresses bug 2310741

parent e575d3df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
        android:drawable="@drawable/btn_circle_normal" />
    <item android:state_window_focused="false" android:state_enabled="false"
        android:drawable="@drawable/btn_circle_disable" />
    <item android:state_pressed="true" android:state_enabled="false"
        android:drawable="@drawable/btn_circle_disable" />
    <item android:state_pressed="true" 
        android:drawable="@drawable/btn_circle_pressed" />
    <item android:state_focused="true" android:state_enabled="true"