summaryrefslogtreecommitdiffstats
path: root/res/layout/do_not_show.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/do_not_show.xml')
-rw-r--r--res/layout/do_not_show.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/layout/do_not_show.xml b/res/layout/do_not_show.xml
new file mode 100644
index 0000000..bea5ef9
--- /dev/null
+++ b/res/layout/do_not_show.xml
@@ -0,0 +1,15 @@
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/do_not_show"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="horizontal"
+ android:padding="10dp" >
+
+ <CheckBox
+ android:id="@+id/noShow"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Do not show again" >
+ </CheckBox>
+
+</LinearLayout> \ No newline at end of file