tempus/app/src/main/res/layout/dialog_server_unreachable.xml

11 lines
375 B
XML
Raw Normal View History

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"
android:gravity="center"
android:text="aaaaaa" />
</LinearLayout>