summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorTaco <SkytkRSfan3895@gmail.com>2024-03-13 15:14:07 -0400
committerGitHub <noreply@github.com>2024-03-13 20:14:07 +0100
commit030226f288b37cbdbc300d627705015173b470a6 (patch)
tree9a7eea657eb191b92c34f056bff632ccb1f8219c /app/src/main/res
parent2f3f1fd1861f3a76b8473e0734956d7e7a417c0e (diff)
downloadAntennaPod-030226f288b37cbdbc300d627705015173b470a6.zip
Replace SwitchCompat with MaterialSwitch (#6989)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/dialog_switch_preference.xml2
-rw-r--r--app/src/main/res/layout/swipeactions_dialog.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/dialog_switch_preference.xml b/app/src/main/res/layout/dialog_switch_preference.xml
index 87f321c86..45fe21a90 100644
--- a/app/src/main/res/layout/dialog_switch_preference.xml
+++ b/app/src/main/res/layout/dialog_switch_preference.xml
@@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:padding="24dp">
- <androidx.appcompat.widget.SwitchCompat
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/dialogSwitch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/swipeactions_dialog.xml b/app/src/main/res/layout/swipeactions_dialog.xml
index a1f0b7ae6..637c376d5 100644
--- a/app/src/main/res/layout/swipeactions_dialog.xml
+++ b/app/src/main/res/layout/swipeactions_dialog.xml
@@ -6,7 +6,7 @@
android:orientation="vertical"
android:padding="16dp">
- <androidx.appcompat.widget.SwitchCompat
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/enableSwitch"
android:layout_width="match_parent"
android:layout_height="wrap_content"