diff options
-rw-r--r-- | res/layout/wifi_notify_scan_mode.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/wifi_notify_scan_mode.xml b/res/layout/wifi_notify_scan_mode.xml new file mode 100644 index 0000000..e9696d7 --- /dev/null +++ b/res/layout/wifi_notify_scan_mode.xml @@ -0,0 +1,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> |