Merge "Switches now have checked state"
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user