Remove ant build files
[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; either version 2 of the License, or
9  (at your option) any later version.
10
11  This program is distributed in the hope that it will be useful, but
12  WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  General Public License for more details.
15
16  You should have received a copy of the GNU General Public License along
17  with this program; if not, write to the Free Software Foundation, Inc.,
18  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
19
20 -->
21 <RelativeLayout
22     xmlns:android="http://schemas.android.com/apk/res/android"
23     android:layout_width="fill_parent"
24     android:layout_height="fill_parent">
25   <TextView
26       android:id="@+id/igniter_status"
27       android:layout_width="wrap_content"
28       android:layout_height="fill_parent"
29       android:padding="10dp"
30       android:layout_alignParentRight="true"
31       />
32   <TextView
33       android:id="@+id/igniter_name"
34       android:layout_width="fill_parent"
35       android:layout_height="fill_parent"  
36       android:padding="10dp"
37       android:layout_alignParentLeft="@+id/igniter_status"
38       />
39 </RelativeLayout>