altosdroid: Select tracker by clicking on map
[fw/altos] / altosdroid / res / layout / tab_landed.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3      Copyright © 2013 Mike Beattie <mike@ethernal.org>
4
5      This program is free software; you can redistribute it and/or modify
6      it under the terms of the GNU General Public License as published by
7      the Free Software Foundation; version 2 of the License.
8
9      This program is distributed in the hope that it will be useful, but
10      WITHOUT ANY WARRANTY; without even the implied warranty of
11      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12      General Public License for more details.
13
14      You should have received a copy of the GNU General Public License along
15      with this program; if not, write to the Free Software Foundation, Inc.,
16      59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17 -->
18 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
19         android:layout_width="fill_parent"
20         android:layout_height="wrap_content"
21         android:orientation="vertical" >
22
23         <RelativeLayout
24                 android:layout_width="wrap_content"
25                 android:layout_height="wrap_content" >
26
27                 <TextView
28                         android:id="@+id/bearing_label"
29                         android:layout_width="wrap_content"
30                         android:layout_height="wrap_content"
31                         android:text="@string/bearing_label" />
32
33                 <TextView
34                         android:id="@+id/bearing_value"
35                         android:layout_width="wrap_content"
36                         android:layout_height="wrap_content"
37                         android:layout_alignParentRight="true"
38                         android:layout_below="@+id/bearing_label"
39                         android:text=""
40                         android:textAppearance="?android:attr/textAppearanceSmall" />
41         </RelativeLayout>
42
43         <RelativeLayout
44                 android:layout_width="wrap_content"
45                 android:layout_height="wrap_content"
46                 android:paddingTop="5dp" >
47
48                 <TextView
49                         android:id="@+id/distance_label"
50                         android:layout_width="wrap_content"
51                         android:layout_height="wrap_content"
52                         android:text="@string/distance_label" />
53
54                 <TextView
55                         android:id="@+id/distance_value"
56                         android:layout_width="wrap_content"
57                         android:layout_height="wrap_content"
58                         android:layout_alignParentRight="true"
59                         android:layout_below="@+id/distance_label"
60                         android:text=""
61                         android:textAppearance="?android:attr/textAppearanceSmall" />
62         </RelativeLayout>
63
64         <RelativeLayout
65                 android:layout_width="wrap_content"
66                 android:layout_height="wrap_content"
67                 android:paddingTop="5dp" >
68
69                 <TextView
70                         android:id="@+id/target_lat_label"
71                         android:layout_width="wrap_content"
72                         android:layout_height="wrap_content"
73                         android:text="@string/target_latitude_label" />
74
75                 <TextView
76                         android:id="@+id/target_lat_value"
77                         android:layout_width="wrap_content"
78                         android:layout_height="wrap_content"
79                         android:layout_alignParentRight="true"
80                         android:layout_below="@id/target_lat_label"
81                         android:text=""
82                         android:textAppearance="?android:attr/textAppearanceSmall" />
83         </RelativeLayout>
84
85         <RelativeLayout
86                 android:layout_width="wrap_content"
87                 android:layout_height="wrap_content"
88                 android:paddingTop="5dp" >
89
90                 <TextView
91                         android:id="@+id/target_lon_label"
92                         android:layout_width="wrap_content"
93                         android:layout_height="wrap_content"
94                         android:text="@string/target_longitude_label" />
95
96                 <TextView
97                         android:id="@+id/target_lon_value"
98                         android:layout_width="wrap_content"
99                         android:layout_height="wrap_content"
100                         android:layout_alignParentRight="true"
101                         android:layout_below="@id/target_lon_label"
102                         android:text=""
103                         android:textAppearance="?android:attr/textAppearanceSmall" />
104         </RelativeLayout>
105
106         <RelativeLayout
107                 android:layout_width="wrap_content"
108                 android:layout_height="wrap_content"
109                 android:paddingTop="5dp" >
110
111                 <TextView
112                         android:id="@+id/receiver_lat_label"
113                         android:layout_width="wrap_content"
114                         android:layout_height="wrap_content"
115                         android:text="@string/receiver_latitude_label" />
116
117                 <TextView
118                         android:id="@+id/receiver_lat_value"
119                         android:layout_width="wrap_content"
120                         android:layout_height="wrap_content"
121                         android:layout_alignParentRight="true"
122                         android:layout_below="@id/receiver_lat_label"
123                         android:text=""
124                         android:textAppearance="?android:attr/textAppearanceSmall" />
125         </RelativeLayout>
126
127         <RelativeLayout
128                 android:layout_width="wrap_content"
129                 android:layout_height="wrap_content"
130                 android:paddingTop="5dp" >
131
132                 <TextView
133                         android:id="@+id/receiver_lon_label"
134                         android:layout_width="wrap_content"
135                         android:layout_height="wrap_content"
136                         android:text="@string/receiver_longitude_label" />
137
138                 <TextView
139                         android:id="@+id/receiver_lon_value"
140                         android:layout_width="wrap_content"
141                         android:layout_height="wrap_content"
142                         android:layout_alignParentRight="true"
143                         android:layout_below="@id/receiver_lon_label"
144                         android:text=""
145                         android:textAppearance="?android:attr/textAppearanceSmall" />
146         </RelativeLayout>
147
148         <RelativeLayout
149                 android:layout_width="wrap_content"
150                 android:layout_height="wrap_content"
151                 android:paddingTop="5dp" >
152
153                 <TextView
154                         android:id="@+id/max_height_label"
155                         android:layout_width="wrap_content"
156                         android:layout_height="wrap_content"
157                         android:text="@string/max_height_label" />
158
159                 <TextView
160                         android:id="@+id/max_height_value"
161                         android:layout_width="wrap_content"
162                         android:layout_height="wrap_content"
163                         android:layout_alignParentRight="true"
164                         android:layout_below="@id/max_height_label"
165                         android:text=""
166                         android:textAppearance="?android:attr/textAppearanceSmall" />
167         </RelativeLayout>
168
169         <RelativeLayout
170                 android:layout_width="wrap_content"
171                 android:layout_height="wrap_content"
172                 android:paddingTop="5dp" >
173
174                 <TextView
175                         android:id="@+id/max_speed_label"
176                         android:layout_width="wrap_content"
177                         android:layout_height="wrap_content"
178                         android:text="@string/max_speed_label" />
179
180                 <TextView
181                         android:id="@+id/max_speed_value"
182                         android:layout_width="wrap_content"
183                         android:layout_height="wrap_content"
184                         android:layout_alignParentRight="true"
185                         android:layout_below="@id/max_speed_label"
186                         android:text=""
187                         android:textAppearance="?android:attr/textAppearanceSmall" />
188         </RelativeLayout>
189
190         <RelativeLayout
191                 android:layout_width="wrap_content"
192                 android:layout_height="wrap_content"
193                 android:paddingTop="5dp" >
194
195                 <TextView
196                         android:id="@+id/max_accel_label"
197                         android:layout_width="wrap_content"
198                         android:layout_height="wrap_content"
199                         android:text="@string/max_accel_label" />
200
201                 <TextView
202                         android:id="@+id/max_accel_value"
203                         android:layout_width="wrap_content"
204                         android:layout_height="wrap_content"
205                         android:layout_alignParentRight="true"
206                         android:layout_below="@id/max_accel_label"
207                         android:text=""
208                         android:textAppearance="?android:attr/textAppearanceSmall" />
209         </RelativeLayout>
210
211 </LinearLayout>