blob: e9696d70dfb47a367f8b1a49650159529843a512 [file] [log] [blame]
Irfan Sheriff358d1822013-03-21 17:49:31 -07001<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="fill_parent"
3 android:layout_height="wrap_content" >
4
5 <CheckBox
6 android:id="@+id/checkbox"
7 style="?android:attr/textAppearanceMedium"
8 android:text="@string/wifi_scan_notify_remember_choice"
9 android:layout_width="fill_parent"
10 android:layout_height="wrap_content"
11 android:layout_margin="5dp" />
12</FrameLayout>