d6a05fbba8ef7c2712e36a7d6c6b024227b3572e
[fw/altos] / altosdroid / res / layout / idle_mode.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3
4  Copyright © 2016 Keith Packard <keithp@keithp.com>
5
6  This program is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; version 2 of the License.
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 -->
20 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
21     android:orientation="vertical"
22     android:layout_width="match_parent"
23     android:layout_height="match_parent"
24     >
25       <TextView android:id="@+id/set_callsign_label"
26                 android:layout_width="fill_parent"
27                 android:layout_height="wrap_content"
28                 android:text="@string/set_callsign_label"
29                 />
30       <EditText android:id="@+id/set_callsign"
31                 android:layout_width="fill_parent"
32                 android:layout_height="wrap_content"
33                 android:hint="@string/set_callsign_label"/>
34       <Button android:id="@+id/connect_idle"
35               android:layout_width="match_parent"
36               android:layout_height="wrap_content"
37               android:text="@string/connect_idle"
38               />
39       <Button android:id="@+id/disconnect_idle"
40               android:layout_width="match_parent"
41               android:layout_height="wrap_content"
42               android:text="@string/disconnect_idle"
43               />
44       <Button android:id="@+id/reboot_idle"
45               android:layout_width="match_parent"
46               android:layout_height="wrap_content"
47               android:text="@string/reboot_idle"
48               />
49       <Button android:id="@+id/igniters_idle"
50               android:layout_width="match_parent"
51               android:layout_height="wrap_content"
52               android:text="@string/igniters_idle"
53               />
54 </LinearLayout>