]> Pileus Git - ~andy/spades/blobdiff - res/layout/main.xml
Add connect button
[~andy/spades] / res / layout / main.xml
index cde15f7d4edf739818f914539d483813f69da63e..129e58a2e52c5fa63fb0d859b3cd4c3b707226b6 100644 (file)
                                                android:layout_width="wrap_content"
                                                android:layout_height="fill_parent"
                                                android:layout_weight="1" />
+                                       <Button
+                                               android:id="@+id/connect"
+                                               android:layout_width="wrap_content"
+                                               android:layout_height="fill_parent"
+                                               android:onClick="onConnect"
+                                               android:text="Connect" />
                                        <Button
                                                android:id="@+id/send"
+                                               android:visibility="gone"
                                                android:layout_width="wrap_content"
                                                android:layout_height="fill_parent"
                                                android:onClick="onSend"