]> Pileus Git - ~andy/spades/blobdiff - res/layout/main.xml
Add initial OpenGL example
[~andy/spades] / res / layout / main.xml
index 6b683d1e3d8eacd6e060d8f4c8ceca3e8dcb9be7..cde15f7d4edf739818f914539d483813f69da63e 100644 (file)
                                                android:text="Send" />
                                </LinearLayout>
                        </LinearLayout>
-                       <TextView
+                       <LinearLayout
                                android:id="@+id/spades"
+                               android:orientation="vertical"
                                android:layout_width="fill_parent"
-                               android:layout_height="fill_parent"
-                               android:text="Spades" />
+                               android:layout_height="fill_parent">
+                               <TextView
+                                       android:id="@+id/spades_text"
+                                       android:layout_width="fill_parent"
+                                       android:layout_height="wrap_content"
+                                       android:text="Spades" />
+                       </LinearLayout>
                        <ScrollView
                                android:id="@+id/debug_scroll"
                                android:layout_width="fill_parent"