Switch from GPLv2 to GPLv2+
[fw/altos] / altosdroid / res / layout / tab_recover.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; either version 2 of the License, or
8     (at your option) any later version.
9
10      This program is distributed in the hope that it will be useful, but
11      WITHOUT ANY WARRANTY; without even the implied warranty of
12      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13      General Public License for more details.
14
15      You should have received a copy of the GNU General Public License along
16      with this program; if not, write to the Free Software Foundation, Inc.,
17      59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
18 -->
19 <LinearLayout
20     xmlns:android="http://schemas.android.com/apk/res/android"
21     android:layout_width="fill_parent"
22     android:layout_height="wrap_content"
23     android:orientation="vertical" >
24
25   <LinearLayout
26       xmlns:android="http://schemas.android.com/apk/res/android"
27       android:layout_weight="0"
28       android:layout_width="fill_parent"
29       android:layout_height="wrap_content"
30       android:orientation="vertical" >
31
32     <RelativeLayout
33         android:layout_gravity="fill"
34         android:layout_weight="1"
35         android:layout_width="wrap_content"
36         android:layout_height="wrap_content" >
37
38       <TextView
39           android:id="@+id/bearing_label"
40           android:layout_width="wrap_content"
41           android:layout_height="wrap_content"
42           android:text="@string/bearing_label" />
43
44       <TextView
45           android:id="@+id/bearing_value"
46           android:layout_width="wrap_content"
47           android:layout_height="wrap_content"
48           android:layout_alignParentRight="true"
49           android:layout_below="@+id/bearing_label"
50           android:text=""
51           android:textAppearance="?android:attr/textAppearanceSmall" />
52     </RelativeLayout>
53
54     <RelativeLayout
55         android:layout_gravity="fill"
56         android:layout_weight="1"
57         android:layout_width="wrap_content"
58         android:layout_height="wrap_content" >
59
60       <TextView
61           android:id="@+id/direction_label"
62           android:layout_width="wrap_content"
63           android:layout_height="wrap_content"
64           android:text="@string/direction_label" />
65
66       <TextView
67           android:id="@+id/direction_value"
68           android:layout_width="wrap_content"
69           android:layout_height="wrap_content"
70           android:layout_alignParentRight="true"
71           android:layout_below="@+id/direction_label"
72           android:text=""
73           android:textAppearance="?android:attr/textAppearanceSmall" />
74     </RelativeLayout>
75
76     <RelativeLayout
77         android:layout_gravity="fill"
78         android:layout_weight="1"
79         android:layout_width="wrap_content"
80         android:layout_height="wrap_content">
81
82       <TextView
83           android:id="@+id/distance_label"
84           android:layout_width="wrap_content"
85           android:layout_height="wrap_content"
86           android:text="@string/distance_label" />
87
88       <TextView
89           android:id="@+id/distance_value"
90           android:layout_width="wrap_content"
91           android:layout_height="wrap_content"
92           android:layout_alignParentRight="true"
93           android:layout_below="@+id/distance_label"
94           android:text=""
95           android:textAppearance="?android:attr/textAppearanceSmall" />
96     </RelativeLayout>
97
98     <RelativeLayout
99         android:layout_gravity="fill"
100         android:layout_weight="1"
101         android:layout_width="wrap_content"
102         android:layout_height="wrap_content">
103
104       <TextView
105           android:id="@+id/target_lat_label"
106           android:layout_width="wrap_content"
107           android:layout_height="wrap_content"
108           android:text="@string/target_latitude_label" />
109
110       <TextView
111           android:id="@+id/target_lat_value"
112           android:layout_width="wrap_content"
113           android:layout_height="wrap_content"
114           android:layout_alignParentRight="true"
115           android:layout_below="@id/target_lat_label"
116           android:text=""
117           android:textAppearance="?android:attr/textAppearanceSmall" />
118     </RelativeLayout>
119
120     <RelativeLayout
121         android:layout_gravity="fill"
122         android:layout_weight="1"
123         android:layout_width="wrap_content"
124         android:layout_height="wrap_content">
125
126       <TextView
127           android:id="@+id/target_lon_label"
128           android:layout_width="wrap_content"
129           android:layout_height="wrap_content"
130           android:text="@string/target_longitude_label" />
131
132       <TextView
133           android:id="@+id/target_lon_value"
134           android:layout_width="wrap_content"
135           android:layout_height="wrap_content"
136           android:layout_alignParentRight="true"
137           android:layout_below="@id/target_lon_label"
138           android:text=""
139           android:textAppearance="?android:attr/textAppearanceSmall" />
140     </RelativeLayout>
141
142     <RelativeLayout
143         android:layout_gravity="fill"
144         android:layout_weight="1"
145         android:layout_width="wrap_content"
146         android:layout_height="wrap_content">
147
148       <TextView
149           android:id="@+id/receiver_lat_label"
150           android:layout_width="wrap_content"
151           android:layout_height="wrap_content"
152           android:text="@string/receiver_latitude_label" />
153
154       <TextView
155           android:id="@+id/receiver_lat_value"
156           android:layout_width="wrap_content"
157           android:layout_height="wrap_content"
158           android:layout_alignParentRight="true"
159           android:layout_below="@id/receiver_lat_label"
160           android:text=""
161           android:textAppearance="?android:attr/textAppearanceSmall" />
162     </RelativeLayout>
163
164     <RelativeLayout
165         android:layout_gravity="fill"
166         android:layout_weight="1"
167         android:layout_width="wrap_content"
168         android:layout_height="wrap_content">
169
170       <TextView
171           android:id="@+id/receiver_lon_label"
172           android:layout_width="wrap_content"
173           android:layout_height="wrap_content"
174           android:text="@string/receiver_longitude_label" />
175
176       <TextView
177           android:id="@+id/receiver_lon_value"
178           android:layout_width="wrap_content"
179           android:layout_height="wrap_content"
180           android:layout_alignParentRight="true"
181           android:layout_below="@id/receiver_lon_label"
182           android:text=""
183           android:textAppearance="?android:attr/textAppearanceSmall" />
184     </RelativeLayout>
185
186     <RelativeLayout
187         android:layout_gravity="fill"
188         android:layout_weight="1"
189         android:layout_width="wrap_content"
190         android:layout_height="wrap_content">
191
192       <TextView
193           android:id="@+id/max_height_label"
194           android:layout_width="wrap_content"
195           android:layout_height="wrap_content"
196           android:text="@string/max_height_label" />
197
198       <TextView
199           android:id="@+id/max_height_value"
200           android:layout_width="wrap_content"
201           android:layout_height="wrap_content"
202           android:layout_alignParentRight="true"
203           android:layout_below="@id/max_height_label"
204           android:text=""
205           android:textAppearance="?android:attr/textAppearanceSmall" />
206     </RelativeLayout>
207
208     <RelativeLayout
209         android:layout_gravity="fill"
210         android:layout_weight="1"
211         android:layout_width="wrap_content"
212         android:layout_height="wrap_content">
213
214       <TextView
215           android:id="@+id/max_speed_label"
216           android:layout_width="wrap_content"
217           android:layout_height="wrap_content"
218           android:text="@string/max_speed_label" />
219
220       <TextView
221           android:id="@+id/max_speed_value"
222           android:layout_width="wrap_content"
223           android:layout_height="wrap_content"
224           android:layout_alignParentRight="true"
225           android:layout_below="@id/max_speed_label"
226           android:text=""
227           android:textAppearance="?android:attr/textAppearanceSmall" />
228     </RelativeLayout>
229
230     <RelativeLayout
231         android:layout_gravity="fill"
232         android:layout_weight="1"
233         android:layout_width="wrap_content"
234         android:layout_height="wrap_content">
235
236       <TextView
237           android:id="@+id/max_accel_label"
238           android:layout_width="wrap_content"
239           android:layout_height="wrap_content"
240           android:text="@string/max_accel_label" />
241
242       <TextView
243           android:id="@+id/max_accel_value"
244           android:layout_width="wrap_content"
245           android:layout_height="wrap_content"
246           android:layout_alignParentRight="true"
247           android:layout_below="@id/max_accel_label"
248           android:text=""
249           android:textAppearance="?android:attr/textAppearanceSmall" />
250     </RelativeLayout>
251   </LinearLayout>
252 </LinearLayout>