summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-05-07 20:02:07 +0200
committerByteHamster <info@bytehamster.com>2018-05-07 20:02:07 +0200
commit407f92be12e1e69a4de51c228153d697782195fd (patch)
tree3d8fe742feddb90c6122ffc0fb16c6a668e95ba4 /app/src/main/res/layout
parent4787e2ecc97c8da89af27f6db943e69c90484518 (diff)
parent36ac93e031cfaa335c1f6f0268e888c01eeeb5fd (diff)
downloadAntennaPod-407f92be12e1e69a4de51c228153d697782195fd.zip
Merge branch 'develop' into api-26-support
Diffstat (limited to 'app/src/main/res/layout')
-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