summaryrefslogtreecommitdiff
path: root/same-android/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'same-android/res/layout/main.xml')
-rw-r--r--same-android/res/layout/main.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/same-android/res/layout/main.xml b/same-android/res/layout/main.xml
index 8a05563..a286b81 100644
--- a/same-android/res/layout/main.xml
+++ b/same-android/res/layout/main.xml
@@ -7,16 +7,16 @@
<Button
android:id="@+id/button1"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Create"
- android:onClick="createNetwork" />
+ android:onClick="createNetwork"
+ android:text="Create" />
<Button
android:id="@+id/button2"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Join"
- android:onClick="joinNetwork" />
+ android:onClick="joinNetwork"
+ android:text="Join" />
</LinearLayout>