OSDN Git Service

Merge changes from topic "am-b95e3cad-9610-4d9b-96a8-a82f585400e6" into oc-dev am...
[android-x86/packages-apps-Settings.git] / res / layout / wifi_notify_scan_mode.xml
1 <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>