Home | History | Annotate | Download | only in layout
      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>
     13