/[projects]/android/Side9/res/layout/config.xml
ViewVC logotype

Contents of /android/Side9/res/layout/config.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 854 - (show annotations) (download) (as text)
Wed Jun 16 07:40:59 2010 UTC (13 years, 11 months ago) by torben
File MIME type: text/xml
File size: 1352 byte(s)
Very basic caption support
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:orientation="vertical"
6 >
7
8
9 <CheckBox
10 android:id="@+id/savetosd"
11 android:layout_width="wrap_content"
12 android:layout_height="wrap_content"
13 android:text="Save to SD card"
14 />
15
16 <CheckBox
17 android:id="@+id/showcaption"
18 android:layout_width="wrap_content"
19 android:layout_height="wrap_content"
20 android:text="Show caption" />
21
22 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
23 android:layout_width="fill_parent"
24 android:layout_height="wrap_content"
25 android:orientation="horizontal"
26 android:visibility="gone"
27 >
28 <TextView
29 android:layout_width="wrap_content"
30 android:layout_height="fill_parent"
31 android:text="On touch, launch"/>
32 <Spinner
33 android:id="@+id/ontouch"
34 android:layout_width="wrap_content"
35 android:layout_height="fill_parent"
36 />
37 </LinearLayout>
38
39 <View android:layout_weight="1"
40 android:layout_width="wrap_content"
41 android:layout_height="wrap_content"
42 />
43
44 <Button android:id="@+id/ok"
45 android:layout_width="fill_parent"
46 android:layout_height="wrap_content"
47 android:text="OK"/>
48
49
50
51 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20