tempus/app/src/main/res/layout/dialog_connection_alert.xml
CappielloAntonio a1b15a5d04 Layout cleanup
2022-01-13 10:39:56 +01:00

14 lines
No EOL
539 B
XML

<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"
android:layout_marginStart="24dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="24dp"
android:layout_marginBottom="4dp"
android:text="@string/connection_alert_dialog_summary" />
</LinearLayout>