240 lines
8.7 KiB
XML
240 lines
8.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:padding="4sp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:textAlignment="center"
|
|
android:textStyle="bold"
|
|
android:layout_margin="2dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:text="Server Query" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_margin="2dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="100dp"
|
|
android:text="Timestamp" />
|
|
|
|
<com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView
|
|
app:maxHeightOverride="100"
|
|
android:background="@drawable/simple_black_border"
|
|
android:layout_margin="2dip"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fillViewport="true">
|
|
|
|
<TextView
|
|
android:id="@+id/tvQL_Timestamp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:padding="1dip"
|
|
android:textIsSelectable="true"
|
|
android:text="" />
|
|
|
|
</com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_margin="2dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="100dp"
|
|
android:text="Level" />
|
|
|
|
<com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView
|
|
app:maxHeightOverride="100"
|
|
android:background="@drawable/simple_black_border"
|
|
android:layout_margin="2dip"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fillViewport="true">
|
|
|
|
<TextView
|
|
android:id="@+id/tvQL_Level"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:padding="1dip"
|
|
android:textIsSelectable="true"
|
|
android:text="" />
|
|
|
|
</com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_margin="2dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="100dp"
|
|
android:text="Name" />
|
|
|
|
<com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView
|
|
app:maxHeightOverride="100"
|
|
android:layout_margin="2dip"
|
|
android:background="@drawable/simple_black_border"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fillViewport="true">
|
|
|
|
<TextView
|
|
android:id="@+id/tvQL_Name"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:padding="1dip"
|
|
android:textIsSelectable="true"
|
|
android:text="" />
|
|
|
|
</com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_margin="2dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="100dp"
|
|
android:text="URL" />
|
|
|
|
<com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView
|
|
app:maxHeightOverride="100"
|
|
android:layout_margin="2dip"
|
|
android:background="@drawable/simple_black_border"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fillViewport="true">
|
|
|
|
<TextView
|
|
android:id="@+id/tvQL_URL"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:padding="1dip"
|
|
android:textIsSelectable="true"
|
|
android:text=""/>
|
|
|
|
</com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_margin="2dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="100dp"
|
|
android:text="ResponeCode" />
|
|
|
|
<com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView
|
|
app:maxHeightOverride="64"
|
|
android:layout_margin="2dip"
|
|
android:background="@drawable/simple_black_border"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fillViewport="true">
|
|
|
|
<TextView
|
|
android:id="@+id/tvQL_ResponseCode"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:padding="1dip"
|
|
android:textIsSelectable="true"
|
|
android:text="" />
|
|
|
|
</com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_margin="2dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="100dp"
|
|
android:text="Response" />
|
|
|
|
|
|
<com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView
|
|
app:maxHeightOverride="100"
|
|
android:layout_margin="2dip"
|
|
android:background="@drawable/simple_black_border"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fillViewport="true">
|
|
|
|
<TextView
|
|
android:id="@+id/tvQL_Response"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:padding="1dip"
|
|
android:textIsSelectable="true"
|
|
android:text="" />
|
|
|
|
</com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_margin="2dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="100dp"
|
|
android:text="Exception" />
|
|
|
|
<com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView
|
|
app:maxHeightOverride="100"
|
|
android:layout_margin="2dip"
|
|
android:background="@drawable/simple_black_border"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fillViewport="true">
|
|
|
|
<TextView
|
|
android:id="@+id/tvQL_ExceptionString"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:padding="1dip"
|
|
android:textIsSelectable="true"
|
|
android:text="" />
|
|
|
|
</com.blackforestbytes.simplecloudnotifier.util.MaxHeightScrollView>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout> |