/[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 771 - (show annotations) (download) (as text)
Mon May 31 14:14:59 2010 UTC (13 years, 11 months ago) by torben
File MIME type: text/xml
File size: 1157 byte(s)
Partial commit - first iteration of saving images to /sdcard/
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 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
17 android:layout_width="fill_parent"
18 android:layout_height="wrap_content"
19 android:orientation="horizontal"
20 >
21 <TextView
22 android:layout_width="wrap_content"
23 android:layout_height="fill_parent"
24 android:text="On touch, launch"/>
25 <Spinner
26 android:id="@+id/ontouch"
27 android:layout_width="wrap_content"
28 android:layout_height="fill_parent"
29 />
30 </LinearLayout>
31
32 <View android:layout_weight="1"
33 android:layout_width="wrap_content"
34 android:layout_height="wrap_content"
35 />
36
37 <Button android:id="@+id/ok"
38 android:layout_width="fill_parent"
39 android:layout_height="wrap_content"
40 android:text="OK"/>
41
42
43
44 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20