summaryrefslogtreecommitdiffstats
path: root/res/layout/dialog_mixed_participants_warning.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialog_mixed_participants_warning.xml')
-rw-r--r--res/layout/dialog_mixed_participants_warning.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/layout/dialog_mixed_participants_warning.xml b/res/layout/dialog_mixed_participants_warning.xml
new file mode 100644
index 0000000..c4d49e6
--- /dev/null
+++ b/res/layout/dialog_mixed_participants_warning.xml
@@ -0,0 +1,25 @@
+<?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="24dp"
+ android:paddingRight="24dp">
+
+ <TextView
+ style="@style/DialogTextAppearanceGrey"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="16dp"
+ android:layout_marginTop="16dp"
+ android:text="@string/mixed_participants_warning_text" />
+
+ <CheckBox
+ android:id="@+id/dont_show_again"
+ style="@style/CheckBoxStyleGrey"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="-7dp"
+ android:text="@string/mixed_participants_warning_checkbox_text" />
+
+</LinearLayout> \ No newline at end of file