summaryrefslogtreecommitdiff
path: root/same-android/res
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-02-14 13:22:54 +0100
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-02-14 13:22:54 +0100
commitebf3d3451e1a04e4f8b0c762fe6c0297884983e5 (patch)
tree5d480dcf4151f846d12e43293685cfa7b341fb68 /same-android/res
parent990f1cfeb54d7ef83a1ee465c95f53ce803c1b13 (diff)
same-android: Implement network joining.
Diffstat (limited to 'same-android/res')
-rw-r--r--same-android/res/layout/controller.xml2
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