diff --git a/app/src/main/res/layout-v23/view_preference_switch.xml b/app/src/main/res/layout-v23/view_preference_switch.xml new file mode 100644 index 000000000..4721482d5 --- /dev/null +++ b/app/src/main/res/layout-v23/view_preference_switch.xml @@ -0,0 +1,10 @@ + + \ No newline at end of file diff --git a/app/src/main/res/layout/view_preference_switch.xml b/app/src/main/res/layout/view_preference_switch.xml index 4721482d5..f7aa6b526 100644 --- a/app/src/main/res/layout/view_preference_switch.xml +++ b/app/src/main/res/layout/view_preference_switch.xml @@ -3,8 +3,4 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/switchWidget" android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:thumb="@drawable/ui_m3_switch_thumb" - app:thumbTint="@color/sel_m3_switch_thumb" - app:track="@drawable/ui_m3_switch_track" - app:trackTint="@color/sel_m3_switch_track" /> \ No newline at end of file + android:layout_height="wrap_content" /> \ No newline at end of file