|
|
|
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
|
<RelativeLayout |
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:paddingBottom="16dp" |
|
|
|
|
|
android:paddingLeft="16dp" |
|
|
|
|
|
android:paddingRight="16dp" |
|
|
|
|
|
android:paddingTop="16dp" |
|
|
|
|
|
tools:activity="com.example.greenwatch"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="max. Amp: " |
|
|
|
|
|
android:id="@+id/labelMaxAmp" |
|
|
|
|
|
android:layout_alignParentTop="true" |
|
|
|
|
|
android:layout_alignParentStart="true"/> |
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:id="@+id/textViewMaxAmp" |
|
|
|
|
|
android:text=" " |
|
|
|
|
|
android:layout_alignBaseline="@+id/labelMaxAmp" |
|
|
|
|
|
android:layout_toEndOf="@+id/labelMaxAmpdb"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="max. Amp in dB: " |
|
|
|
|
|
android:id="@+id/labelMaxAmpdb" |
|
|
|
|
|
android:layout_below="@+id/labelMaxAmp" |
|
|
|
|
|
android:layout_alignParentStart="true"/> |
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:id="@+id/textViewMaxAmpdb" |
|
|
|
|
|
android:text=" " |
|
|
|
|
|
android:layout_alignBaseline="@+id/labelMaxAmpdb" |
|
|
|
|
|
android:layout_toEndOf="@+id/labelMaxAmpdb"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="Meldung: " |
|
|
|
|
|
android:id="@+id/labelZeitstempel" |
|
|
|
|
|
android:layout_below="@+id/labelMaxAmpdb" |
|
|
|
|
|
android:layout_alignParentStart="true"/> |
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:id="@+id/textViewZeitstempel" |
|
|
|
|
|
android:text=" " |
|
|
|
|
|
android:layout_alignBaseline="@+id/labelZeitstempel" |
|
|
|
|
|
android:layout_toEndOf="@+id/labelMaxAmpdb"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollView |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:id="@+id/scrollView3" |
|
|
|
|
|
android:layout_below="@+id/labelMaxAmpdb" |
|
|
|
|
|
android:layout_alignParentStart="true"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:id="@+id/textViewLogger"/> |
|
|
|
|
|
</ScrollView> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |