2021-09-04 21:14:43 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2021-09-04 21:25:07 +02:00
|
|
|
android:layout_marginStart="24dp"
|
2021-09-14 14:41:19 +02:00
|
|
|
android:layout_marginTop="12dp"
|
2021-09-04 21:25:07 +02:00
|
|
|
android:layout_marginEnd="24dp"
|
2022-01-13 10:39:56 +01:00
|
|
|
android:layout_marginBottom="4dp"
|
2021-09-04 21:25:07 +02:00
|
|
|
android:text="@string/server_unreachable_dialog_summary" />
|
2021-09-04 21:14:43 +02:00
|
|
|
</LinearLayout>
|