Dirty stub.
[wl-mobile.git] / res / layout / settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     >
7
8     <TextView
9                 android:layout_width="fill_parent"
10         android:layout_height="wrap_content"
11         android:padding="10sp"
12         android:textStyle="bold"
13         android:textSize="16sp"
14         android:text="Settings" 
15     />
16     
17     <CheckBox
18                 android:layout_width="fill_parent"
19         android:layout_height="wrap_content"
20         android:checked="true"
21         android:textSize="14sp"         
22         android:hint="Stay signed in"
23         android:layout_marginRight="10sp"
24         android:layout_marginLeft="10sp"            
25     />
26
27     <CheckBox
28                 android:layout_width="fill_parent"
29         android:layout_height="wrap_content"
30         android:checked="true"
31         android:textSize="14sp"         
32         android:hint="Check updates only while on WiFi"
33         android:layout_marginRight="10sp"
34         android:layout_marginLeft="10sp"            
35     />
36     
37 </LinearLayout>