summaryrefslogtreecommitdiffstats
path: root/res/layout/do_not_show.xml
blob: bea5ef976b85c44b1790ddfbe490fbb40a2df420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>