diff options
Diffstat (limited to 'same-android/res/layout/controller.xml')
-rw-r--r-- | same-android/res/layout/controller.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/same-android/res/layout/controller.xml b/same-android/res/layout/controller.xml index 6cfea80..a85cacd 100644 --- a/same-android/res/layout/controller.xml +++ b/same-android/res/layout/controller.xml @@ -17,6 +17,18 @@ android:onClick="createNetwork" android:text="Create" /> + <ListView + android:id="@+id/network_list" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + </ListView> + + <Button + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:onClick="searchNetworks" + android:text="Search" /> + <EditText android:id="@+id/master_service_url" android:layout_width="match_parent" @@ -28,12 +40,6 @@ android:onClick="joinNetwork" android:text="Join" /> - <ListView - android:id="@+id/network_list" - android:layout_width="match_parent" - android:layout_height="wrap_content" > - </ListView> - <Button android:layout_width="wrap_content" android:layout_height="wrap_content" |