diff options
author | 2016-08-01 20:13:12 +0000 | |
---|---|---|
committer | 2016-08-01 20:13:13 +0000 | |
commit | 1d2cd33cfef9aed612986c7c7796d802b566cfb0 (patch) | |
tree | 9249b7901eb86fea1c16faba3b1e9303129badae | |
parent | 4a187df3a12c938f0afe33b6be50e4f96649a411 (diff) | |
parent | 97f80cbd7321c8ea8d3a95e1ae56095a7b64545d (diff) |
Merge "Make watch Switch thumb color consistent" into nyc-mr1-dev
-rw-r--r-- | core/res/res/color/watch_switch_thumb_color_material.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/res/res/color/watch_switch_thumb_color_material.xml b/core/res/res/color/watch_switch_thumb_color_material.xml index a931724f3419..d4796a032631 100644 --- a/core/res/res/color/watch_switch_thumb_color_material.xml +++ b/core/res/res/color/watch_switch_thumb_color_material.xml @@ -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>
\ No newline at end of file |