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

Commit 9c1b694d authored by Peter Ng's avatar Peter Ng Committed by Android (Google) Code Review
Browse files

Merge "Switches now have checked state"

parents 1434ab98 6cb07415
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>