Fix build
Change-Id: Ic2eacc240e693cb523c9189c7bd62e1bf17fd85c
This commit is contained in:
12
res/layout/wifi_notify_scan_mode.xml
Normal file
12
res/layout/wifi_notify_scan_mode.xml
Normal file
@@ -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>
|
Reference in New Issue
Block a user