]> rtime.felk.cvut.cz Git - orte.git/blob - orte/Robot_Demo/res/layout/activity_main.xml
ANDROID: incorporate DomainProp changes
[orte.git] / orte / Robot_Demo / res / layout / activity_main.xml
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     <LinearLayout
8         android:layout_width="match_parent"
9         android:layout_height="wrap_content" >
10
11         <Button
12             android:id="@+id/button1"
13             android:layout_width="wrap_content"
14             android:layout_height="wrap_content"
15             android:text="@string/button1_tab1" />
16
17         <Button
18             android:id="@+id/button2"
19             android:layout_width="wrap_content"
20             android:layout_height="wrap_content"
21             android:text="@string/button2_tab1" />
22         
23
24         
25     </LinearLayout>
26
27     <LinearLayout
28         android:layout_width="match_parent"
29         android:layout_height="wrap_content" >
30         
31         <Button
32             android:id="@+id/button3"
33             android:layout_width="wrap_content"
34             android:layout_height="wrap_content"
35             android:text="@string/button1_tab2" />
36
37         <Button
38             android:id="@+id/button4"
39             android:layout_width="wrap_content"
40             android:layout_height="wrap_content"
41             android:text="@string/button2_tab2" />
42         
43     </LinearLayout>
44
45     <ScrollView
46         android:id="@+id/scrollView1"
47         android:layout_width="match_parent"
48         android:layout_height="wrap_content" >
49
50
51                 <TextView
52                                 android:id="@+id/textView1"
53                                 android:layout_width="wrap_content"
54                                 android:layout_height="wrap_content"
55                                 android:text="@string/body1" />
56
57                 
58     </ScrollView>
59
60 </LinearLayout>