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

Commit 6cb07415 authored by Peter Ng's avatar Peter Ng
Browse files

Switches now have checked state

Bug: 5238933
Change-Id: I1ceca648f57d239c9c0935d4c8d2b129063fec04
parent 54717814
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,5 +17,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:drawable="@drawable/switch_thumb_disabled_holo_dark" />
    <item android:state_pressed="true"  android:drawable="@drawable/switch_thumb_pressed_holo_dark" />
    <item android:state_checked="true"  android:drawable="@drawable/switch_thumb_activated_holo_dark" />
    <item                               android:drawable="@drawable/switch_thumb_holo_dark" />
</selector>
+1 −0
Original line number Diff line number Diff line
@@ -17,5 +17,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:drawable="@drawable/switch_thumb_disabled_holo_light" />
    <item android:state_pressed="true"  android:drawable="@drawable/switch_thumb_pressed_holo_light" />
    <item android:state_checked="true"  android:drawable="@drawable/switch_thumb_activated_holo_light" />
    <item                               android:drawable="@drawable/switch_thumb_holo_light" />
</selector>