From b8ac1e6560bb0dc764b88f6ca9dafee6eeda2518 Mon Sep 17 00:00:00 2001 From: OxygenCobalt Date: Wed, 20 Jul 2022 11:11:45 -0600 Subject: [PATCH] settings: use plain switch + \ 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