1 <?xml version="1.0" encoding="utf-8"?>
\r
3 xmlns:android="http://schemas.android.com/apk/res/android"
\r
4 android:orientation="vertical"
\r
5 android:layout_width="match_parent"
\r
6 android:layout_height="match_parent">
\r
8 <CheckBox android:id="@+id/showagaincheckbox"
\r
9 android:text="@string/show_warning_again"
\r
10 android:layout_width="wrap_content"
\r
11 android:layout_height="wrap_content" />
\r