forked from cory/tildefriends
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user