mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-09 23:48:18 -07:00
15 lines
No EOL
572 B
XML
15 lines
No EOL
572 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="24dp"
|
|
android:layout_marginBottom="4dp"
|
|
android:layout_marginEnd="24dp"
|
|
android:gravity="center"
|
|
android:text="@string/connection_alert_dialog_summary" />
|
|
</LinearLayout> |