mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 16:03:06 +00:00
Add dialog when server is unreachable
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user