diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-01-31 14:19:39 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-01-31 14:19:39 +0100 |
commit | eacd71d700c402e79edec9427b2fe1fb5e6b278e (patch) | |
tree | b02eaea91df8d76634c0319409ab147e67b7f7a6 /same-android/res/layout | |
parent | c53846bfad9c75ab24ae9051470b4d102e083538 (diff) |
Support custom search address.
Diffstat (limited to 'same-android/res/layout')
-rw-r--r-- | same-android/res/layout/main.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/same-android/res/layout/main.xml b/same-android/res/layout/main.xml index 74674df..4ddd343 100644 --- a/same-android/res/layout/main.xml +++ b/same-android/res/layout/main.xml @@ -19,12 +19,17 @@ android:onClick="createNetwork" android:text="Create" /> + <EditText + android:id="@+id/editText1" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + <Button android:id="@+id/button2" android:layout_width="match_parent" android:layout_height="wrap_content" android:onClick="joinNetwork" - android:text="Join" /> + android:text="Search" /> <TextView android:id="@+id/ipAddress" |