summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-09-11 22:33:16 +0200
committerByteHamster <info@bytehamster.com>2019-09-11 22:33:16 +0200
commitfacc5dccf5a6328ba7f86996836e410aa8bf62f4 (patch)
treeb6facac504249ffedb1899bd3b0c13ffe934ca65 /app/src/main/res
parent1f2511ddd96ec5fc3e43018999c3d299d5f9a2aa (diff)
downloadAntennaPod-facc5dccf5a6328ba7f86996836e410aa8bf62f4.zip
Added warning when locking queue
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/checkbox_do_not_show_again.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/main/res/layout/checkbox_do_not_show_again.xml b/app/src/main/res/layout/checkbox_do_not_show_again.xml
new file mode 100644
index 000000000..15f26e8b4
--- /dev/null
+++ b/app/src/main/res/layout/checkbox_do_not_show_again.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp"
+ android:paddingTop="8dp"
+ android:paddingBottom="8dp">
+
+ <CheckBox
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:id="@+id/checkbox_do_not_show_again"
+ android:text="@string/checkbox_do_not_show_again"/>
+
+</LinearLayout> \ No newline at end of file