/[projects]/android/MockLocation/res/layout/main.xml
ViewVC logotype

Annotation of /android/MockLocation/res/layout/main.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 356 - (hide annotations) (download) (as text)
Tue Sep 29 18:25:58 2009 UTC (14 years, 8 months ago) by torben
File MIME type: text/xml
File size: 1088 byte(s)
Added mock location
1 torben 356 <?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     <ListView android:id="@id/android:list"
9     android:layout_width="fill_parent"
10     android:layout_height="wrap_content"
11     android:layout_weight="1"
12     />
13    
14     <LinearLayout
15     android:orientation="horizontal"
16     android:layout_width="fill_parent"
17     android:layout_height="wrap_content">
18    
19     <Button
20     android:id="@+id/set"
21     android:layout_width="wrap_content"
22     android:layout_height="wrap_content"
23     android:layout_weight="1"
24     android:text="Set"
25     />
26     <Button
27     android:id="@+id/enable"
28     android:layout_width="wrap_content"
29     android:layout_height="wrap_content"
30     android:layout_weight="1"
31     android:text="Enable"
32     />
33     <Button
34     android:id="@+id/disable"
35     android:layout_width="wrap_content"
36     android:layout_height="wrap_content"
37     android:layout_weight="1"
38     android:text="Disable"
39     />
40     </LinearLayout>
41    
42     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20