summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/preference_switch_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/preference_switch_layout.xml')
-rw-r--r--app/src/main/res/layout/preference_switch_layout.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/main/res/layout/preference_switch_layout.xml b/app/src/main/res/layout/preference_switch_layout.xml
deleted file mode 100644
index 54fa74061..000000000
--- a/app/src/main/res/layout/preference_switch_layout.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<android.support.v7.widget.SwitchCompat
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@android:id/checkbox"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@null"
- android:clickable="false"
- android:focusable="false" /> \ No newline at end of file