diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-14 13:22:54 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-14 13:22:54 +0100 |
commit | ebf3d3451e1a04e4f8b0c762fe6c0297884983e5 (patch) | |
tree | 5d480dcf4151f846d12e43293685cfa7b341fb68 /same-android/res/layout | |
parent | 990f1cfeb54d7ef83a1ee465c95f53ce803c1b13 (diff) |
same-android: Implement network joining.
Diffstat (limited to 'same-android/res/layout')
-rw-r--r-- | same-android/res/layout/controller.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/same-android/res/layout/controller.xml b/same-android/res/layout/controller.xml index ad4c286..79974ee 100644 --- a/same-android/res/layout/controller.xml +++ b/same-android/res/layout/controller.xml @@ -39,7 +39,7 @@ <Button android:layout_width="match_parent" android:layout_height="wrap_content" - android:onClick="joinNetwork" + android:onClick="joinNetworkUrl" android:text="Join" /> <Button |