diff --git a/core/res/res/drawable-hdpi/watch_switch_track_mtrl.png b/core/res/res/drawable-hdpi/watch_switch_track_mtrl_alpha.png similarity index 100% rename from core/res/res/drawable-hdpi/watch_switch_track_mtrl.png rename to core/res/res/drawable-hdpi/watch_switch_track_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/watch_switch_track_mtrl.png b/core/res/res/drawable-xhdpi/watch_switch_track_mtrl_alpha.png similarity index 100% rename from core/res/res/drawable-xhdpi/watch_switch_track_mtrl.png rename to core/res/res/drawable-xhdpi/watch_switch_track_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/watch_switch_track_mtrl.png b/core/res/res/drawable-xxhdpi/watch_switch_track_mtrl_alpha.png similarity index 100% rename from core/res/res/drawable-xxhdpi/watch_switch_track_mtrl.png rename to core/res/res/drawable-xxhdpi/watch_switch_track_mtrl_alpha.png diff --git a/core/res/res/color/watch_switch_track_color_material.xml b/core/res/res/drawable/watch_switch_track_material.xml similarity index 74% rename from core/res/res/color/watch_switch_track_color_material.xml rename to core/res/res/drawable/watch_switch_track_material.xml index 402a536b4d128..79e92a3310710 100644 --- a/core/res/res/color/watch_switch_track_color_material.xml +++ b/core/res/res/drawable/watch_switch_track_material.xml @@ -1,21 +1,21 @@ - + - - + + + + + + diff --git a/core/res/res/layout-watch/preference_widget_switch.xml b/core/res/res/layout-watch/preference_widget_switch.xml index a1a845abfe3ab..5881cf0c4d1ea 100644 --- a/core/res/res/layout-watch/preference_widget_switch.xml +++ b/core/res/res/layout-watch/preference_widget_switch.xml @@ -24,8 +24,7 @@ android:thumb="@drawable/watch_switch_thumb_material_anim" android:thumbTint="@color/watch_switch_thumb_color_material" android:thumbTintMode="multiply" - android:track="@drawable/watch_switch_track_mtrl" - android:trackTint="@color/watch_switch_track_color_material" + android:track="@drawable/watch_switch_track_material" android:focusable="false" android:clickable="false" android:background="@null" />