298f915528f53c97f11870b6bea959bb6163bcf1
[fw/altos] / altosdroid / res / layout / igniter_status.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 <RelativeLayout
21     xmlns:android="http://schemas.android.com/apk/res/android"
22     android:layout_width="fill_parent"
23     android:layout_height="fill_parent">
24   <TextView
25       android:id="@+id/igniter_status"
26       android:layout_width="wrap_content"
27       android:layout_height="fill_parent"
28       android:padding="10dp"
29       android:layout_alignParentRight="true"
30       />
31   <TextView
32       android:id="@+id/igniter_name"
33       android:layout_width="fill_parent"
34       android:layout_height="fill_parent"  
35       android:padding="10dp"
36       android:layout_alignParentLeft="@+id/igniter_status"
37       />
38 </RelativeLayout>