Loading core/res/res/drawable/switch_inner_holo_dark.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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> core/res/res/drawable/switch_inner_holo_light.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
core/res/res/drawable/switch_inner_holo_dark.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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>
core/res/res/drawable/switch_inner_holo_light.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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>