* commit '358d1825a4f51b9d28b437cbf02df842a56a6d15':
  Fix build
This commit is contained in:
Irfan Sheriff
2013-03-22 00:57:55 +00:00
committed by Android Git Automerger

View 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>