Make watch Switch thumb color consistent
Make watch switch thumb color in consistent with the system Switch thumb and its own animation. It should be in the off state when disabled. Change-Id: I7d6de34576676a63bda5b4ccf0c469feff9dc3f5
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="?android:colorAccent" android:state_checked="true" />
|
||||
<item android:color="?android:colorButtonNormal" android:state_checked="false" />
|
||||
<item android:color="?android:colorButtonNormal" android:state_enabled="false" />
|
||||
<item android:color="?android:colorControlActivated" android:state_checked="true" />
|
||||
<item android:color="?android:colorButtonNormal" />
|
||||
</selector>
|
||||
Reference in New Issue
Block a user