Loading res/layout/wifi_notify_scan_mode.xml 0 → 100644 +12 −0 Original line number Diff line number Diff line <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> Loading
res/layout/wifi_notify_scan_mode.xml 0 → 100644 +12 −0 Original line number Diff line number Diff line <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>