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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 776 - (hide annotations) (download) (as text)
Tue Jun 1 09:00:48 2010 UTC (14 years ago) by torben
File MIME type: text/xml
File size: 1186 byte(s)
for now, just disable the picture browser thingie
1 torben 771 <?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 torben 776 android:visibility="gone"
21 torben 771 >
22     <TextView
23     android:layout_width="wrap_content"
24     android:layout_height="fill_parent"
25     android:text="On touch, launch"/>
26     <Spinner
27     android:id="@+id/ontouch"
28     android:layout_width="wrap_content"
29     android:layout_height="fill_parent"
30     />
31     </LinearLayout>
32    
33     <View android:layout_weight="1"
34     android:layout_width="wrap_content"
35     android:layout_height="wrap_content"
36     />
37    
38     <Button android:id="@+id/ok"
39     android:layout_width="fill_parent"
40     android:layout_height="wrap_content"
41     android:text="OK"/>
42    
43    
44    
45     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20