]> rtime.felk.cvut.cz Git - orte.git/blob - orte/contrib/Robot_Demo/res/layout/status_dialog.xml
Move robot demo to contrib/
[orte.git] / orte / contrib / Robot_Demo / res / layout / status_dialog.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3     android:id="@+id/scrollView3"
4     android:layout_width="wrap_content"
5     android:layout_height="wrap_content"
6     android:scrollbars="vertical" >
7     
8         <LinearLayout
9             android:layout_width="wrap_content"
10             android:layout_height="wrap_content"
11             android:layout_gravity="center"
12             android:gravity="center"
13             android:orientation="vertical" >
14         
15             <TableLayout
16                 android:layout_width="wrap_content"
17                 android:layout_height="wrap_content"
18                 android:layout_gravity="center"
19                 android:gravity="center" >
20         
21                 <TableRow
22                     android:id="@+id/tableRow1"
23                     android:layout_width="match_parent"
24                     android:layout_height="match_parent" >
25         
26                     <TextView
27                         android:id="@+id/textView1"
28                         android:layout_width="match_parent"
29                         android:layout_height="match_parent"
30                         android:text="3.3V" />
31         
32                     <EditText
33                         android:id="@+id/editText1"
34                         android:layout_width="match_parent"
35                         android:layout_height="match_parent"
36                         android:clickable="false"
37                         android:focusable="false"
38                         android:focusableInTouchMode="false"
39                         android:inputType="numberDecimal"
40                         android:minWidth="90sp" />
41         
42                 </TableRow>
43         
44                 <TableRow
45                     android:id="@+id/tableRow2"
46                     android:layout_width="match_parent"
47                     android:layout_height="match_parent" >
48         
49                     <TextView
50                         android:id="@+id/textView2"
51                         android:layout_width="match_parent"
52                         android:layout_height="match_parent"
53                         android:text="5V" />
54         
55                     <EditText
56                         android:id="@+id/editText2"
57                         android:layout_width="match_parent"
58                         android:layout_height="match_parent"
59                         android:clickable="false"
60                         android:focusable="false"
61                         android:focusableInTouchMode="false"
62                         android:inputType="numberDecimal"
63                         android:minWidth="90sp" />
64         
65                 </TableRow>
66         
67                 <TableRow
68                     android:id="@+id/tableRow3"
69                     android:layout_width="match_parent"
70                     android:layout_height="match_parent" >
71         
72                     <TextView
73                         android:id="@+id/textView3"
74                         android:layout_width="match_parent"
75                         android:layout_height="match_parent"
76                         android:text="8V" />
77         
78                     <EditText
79                         android:id="@+id/editText3"
80                         android:layout_width="match_parent"
81                         android:layout_height="match_parent"
82                         android:clickable="false"
83                         android:focusable="false"
84                         android:focusableInTouchMode="false"
85                                         android:inputType="numberDecimal"
86                         android:minWidth="90sp" />
87         
88                 </TableRow>
89         
90                 <TableRow
91                     android:id="@+id/tableRow4"
92                     android:layout_width="match_parent"
93                     android:layout_height="match_parent" >
94         
95                     <TextView
96                         android:id="@+id/textView4"
97                         android:layout_width="match_parent"
98                         android:layout_height="match_parent"
99                         android:text="BAT" />
100         
101                     <EditText
102                         android:id="@+id/editText4"
103                         android:layout_width="match_parent"
104                         android:layout_height="match_parent"
105                         android:clickable="false"
106                         android:focusable="false"
107                         android:focusableInTouchMode="false"
108                         android:inputType="numberDecimal"
109                         android:minWidth="90sp" />
110         
111                 </TableRow>
112         
113             </TableLayout>
114         
115         </LinearLayout>
116
117 </ScrollView>