blob: e9696d70dfb47a367f8b1a49650159529843a512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<CheckBox
android:id="@+id/checkbox"
style="?android:attr/textAppearanceMedium"
android:text="@string/wifi_scan_notify_remember_choice"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp" />
</FrameLayout>
|