summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/preference_switch_layout.xml
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2015-12-28 20:01:23 +0100
committerMartin Fietz <Martin.Fietz@gmail.com>2016-01-07 23:16:01 +0100
commit1995e70bd5faeac3bfb458b9090a9f2c2226ead5 (patch)
tree4297f211962e6e752c3f91371d54739cb8a5ae00 /app/src/main/res/layout/preference_switch_layout.xml
parent4b2570e46c5de1ddba4cd13db56a3df3b938e41d (diff)
downloadAntennaPod-1995e70bd5faeac3bfb458b9090a9f2c2226ead5.zip
Settings: CheckBox -> Switch
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, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/preference_switch_layout.xml b/app/src/main/res/layout/preference_switch_layout.xml
new file mode 100644
index 000000000..54fa74061
--- /dev/null
+++ b/app/src/main/res/layout/preference_switch_layout.xml
@@ -0,0 +1,9 @@
+<?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