summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/dialog_switch_preference.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dialog_switch_preference.xml')
-rw-r--r--app/src/main/res/layout/dialog_switch_preference.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/src/main/res/layout/dialog_switch_preference.xml b/app/src/main/res/layout/dialog_switch_preference.xml
deleted file mode 100644
index 45fe21a90..000000000
--- a/app/src/main/res/layout/dialog_switch_preference.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:padding="24dp">
-
- <com.google.android.material.materialswitch.MaterialSwitch
- android:id="@+id/dialogSwitch"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- tools:text="Switch" />
-
-</LinearLayout>