Show the simulation name as the chart title. Made some UI concessions because drawin...
[debian/openrocket] / android / res / layout / simulation_detail.xml
index 88c3649bbb93c39202165839b32c77667838b286..c612fda705e97bd1d2fdb4d176dc1f8f7447e217 100644 (file)
@@ -4,12 +4,6 @@
     android:layout_height="match_parent"
     android:orientation="vertical" >
 
-    <Button
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:onClick="draw"
-        android:text="Draw" />
-
     <TabHost
         android:id="@+id/simulationConfigurationForm"
         android:layout_width="fill_parent"
                         android:layout_width="fill_parent"
                         android:layout_height="wrap_content"
                         android:drawSelectorOnTop="true" />
+
+                    <Button
+                        android:layout_width="wrap_content"
+                        android:layout_height="wrap_content"
+                        android:onClick="draw"
+                        android:text="Draw" />
                 </LinearLayout>
             </FrameLayout>
         </LinearLayout>