Change OpenRocketViewer to tab layout with three tabs: overview, components, and...
[debian/openrocket] / android / res / layout / motor_burn.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <com.androidplot.xy.XYPlot xmlns:android="http://schemas.android.com/apk/res/android"
3     android:id="@+id/xyplot"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     android:layout_marginLeft="0px"
7     android:layout_marginRight="0px"
8     android:layout_marginTop="5px"
9     title="plot"
10 />