2019-06-19 11:46:59 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
2021-12-07 19:10:41 +03:00
|
|
|
android:padding="16dp"
|
|
|
|
tools:viewBindingIgnore="true">
|
2019-06-19 11:46:59 +03:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayKind"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.HeadlineMedium"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
android:textAllCaps="true"
|
2021-06-15 00:03:37 +03:00
|
|
|
android:textStyle="bold"
|
2019-06-19 11:46:59 +03:00
|
|
|
tools:text="Http Pusher" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayAppId"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="4dp"
|
2019-06-25 16:08:33 +03:00
|
|
|
android:text="@string/push_gateway_item_app_id"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayAppIdValue"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
android:textStyle=""
|
|
|
|
tools:text="im.vector.app.android" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayKey"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="4dp"
|
2019-06-25 16:08:33 +03:00
|
|
|
android:text="@string/push_gateway_item_push_key"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayKeyValue"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
android:textStyle=""
|
|
|
|
tools:text="fBbCDxVa-n8:APA91bE0wGY4ijpj-LQkkmjJYhNp2vA_9Xvabh02xaTKua9WA9wpNZwxfHdsbIDWthVXKPFTNcCl75ek1kqMGOggnUwnSCj-8ReF4G69pZVUhz-" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayAppName"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="4dp"
|
2019-06-25 16:08:33 +03:00
|
|
|
android:text="@string/push_gateway_item_app_display_name"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayAppNameValue"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
android:textStyle=""
|
|
|
|
tools:text="EBMDOLFJD" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayDeviceName"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="4dp"
|
2019-06-25 16:08:33 +03:00
|
|
|
android:text="@string/push_gateway_item_device_name"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayDeviceNameValue"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
android:textStyle=""
|
|
|
|
tools:text="EBMDOLFJD" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayURL"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="4dp"
|
2019-06-25 16:08:33 +03:00
|
|
|
android:text="@string/push_gateway_item_url"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayURLValue"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
android:textStyle=""
|
|
|
|
tools:text="EBMDOLFJD" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayFormat"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="4dp"
|
2019-06-25 16:08:33 +03:00
|
|
|
android:text="@string/push_gateway_item_format"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pushGatewayFormatValue"
|
2021-06-16 12:59:08 +03:00
|
|
|
style="@style/Widget.Vector.TextView.Body"
|
2019-06-19 11:46:59 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
android:textStyle=""
|
|
|
|
tools:text="event_id_only" />
|
|
|
|
|
2021-09-20 18:35:53 +03:00
|
|
|
<Button
|
|
|
|
android:id="@+id/pushGatewayDeleteButton"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
2022-01-04 16:15:46 +03:00
|
|
|
android:text="@string/action_remove" />
|
2019-06-19 11:46:59 +03:00
|
|
|
|
|
|
|
</LinearLayout>
|