Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
219 | ligi | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | |||
3 | |||
4 | |||
5 | <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
||
6 | android:orientation="vertical" |
||
7 | android:layout_width="fill_parent" |
||
8 | android:layout_height="fill_parent"> |
||
9 | |||
10 | |||
11 | |||
12 | <LinearLayout |
||
13 | android:orientation="vertical" |
||
14 | android:layout_width="fill_parent" |
||
15 | android:layout_height="wrap_content"> |
||
16 | |||
17 | |||
18 | |||
19 | <CheckBox android:id="@+id/check_fullscreen" |
||
20 | android:paddingBottom="24sp" |
||
21 | android:paddingTop="24sp" |
||
22 | android:layout_width="wrap_content" |
||
23 | android:layout_height="wrap_content" |
||
24 | android:text="Fullscreen" /> |
||
25 | |||
26 | <View |
||
27 | |||
28 | android:layout_height="2px" |
||
29 | android:layout_width="fill_parent" |
||
30 | |||
31 | android:background="#DDFFDD" |
||
32 | android:layout_marginTop="5dip" |
||
33 | android:layout_marginBottom="5dip"/> |
||
34 | |||
35 | |||
36 | <TextView |
||
37 | android:layout_width="fill_parent" |
||
38 | android:layout_height="wrap_content" |
||
39 | android:layout_marginTop="5dip" |
||
40 | android:text="Front:" |
||
41 | android:textAppearance="?android:attr/textAppearanceLarge" |
||
42 | android:focusable="true" |
||
43 | /> |
||
44 | |||
45 | </LinearLayout> |
||
46 | |||
47 | |||
48 | </ScrollView> |
||
49 | |||
50 | |||
51 | |||
52 |