mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Add dialog when server is unreachable
This commit is contained in:
parent
652aa1426d
commit
33512eec2d
6 changed files with 141 additions and 2 deletions
11
app/src/main/res/layout/dialog_server_unreachable.xml
Normal file
11
app/src/main/res/layout/dialog_server_unreachable.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue