Initial revision

This commit is contained in:
Adrian Rumpold
2017-06-11 11:02:11 +02:00
commit 38ee7c490d
39 changed files with 2326 additions and 0 deletions

View File

@@ -0,0 +1,128 @@
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:text="@string/uplink_acty"
android:id="@+id/lbl_uplinkActy"
style="@style/indicator.passive" />
<TextView
style="@style/indicator.passive"
android:text="@string/temp"
android:id="@+id/lbl_temp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_column="1"
android:tag="right" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/no_att"
android:id="@+id/lbl_noAtt"
android:layout_column="0"
android:textAlignment="center"
style="@style/indicator.passive"
android:background="#e0e0e0" />
<TextView
style="@style/indicator.passive"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/gimbal_lock"
android:id="@+id/lbl_gimbalLock"
android:layout_column="1"
android:textAlignment="center"
android:background="#e0e0e0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tag="right" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
style="@style/indicator.passive"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/stby"
android:id="@+id/lbl_stby"
android:layout_column="0"
android:textAlignment="center"
android:background="#e0e0e0" />
<TextView
style="@style/indicator.passive"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/prog"
android:id="@+id/lbl_prog"
android:layout_column="1"
android:textAlignment="center"
android:background="#e0e0e0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tag="right" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
style="@style/indicator.passive"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/key_rel"
android:id="@+id/lbl_keyRel"
android:layout_column="0"
android:textAlignment="center"
android:background="#e0e0e0" />
<TextView
style="@style/indicator.passive"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/restart"
android:id="@+id/lbl_restart"
android:layout_column="1"
android:textAlignment="center"
android:background="#e0e0e0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tag="right" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
style="@style/indicator.passive"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/opr_err"
android:id="@+id/lbl_oprErr"
android:layout_column="0"
android:textAlignment="center"
android:background="#e0e0e0" />
<TextView
style="@style/indicator.passive"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/tracker"
android:id="@+id/lbl_tracker"
android:layout_column="1"
android:textAlignment="center"
android:background="#e0e0e0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tag="right" />
</TableRow>
</TableLayout>