Show more context in the Android app when starting the server.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4502 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-10-10 00:46:17 +00:00
parent d8530f228e
commit 2c1a5359c6
2 changed files with 29 additions and 2 deletions

View File

@ -5,10 +5,14 @@
android:layout_height="match_parent"
android:orientation="vertical">
<WebView
android:id="@+id/web"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<TextView
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/web">
</WebView>
android:gravity="center_horizontal|center_vertical"/>
<Button
android:id="@+id/refresh"
android:layout_width="fill_parent"