2011-12-24 00:38:22 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-01-08 00:53:35 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2011-12-24 00:38:22 +00:00
|
|
|
android:orientation="vertical" >
|
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TabHost
|
|
|
|
android:id="@+id/openrocketviewerTabHost"
|
2012-01-03 02:20:10 +00:00
|
|
|
android:layout_width="match_parent"
|
2012-01-08 00:53:35 +00:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@android:color/black" >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<TabWidget
|
|
|
|
android:id="@android:id/tabs"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@android:id/tabcontent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/openrocketviewerOverview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2012-01-11 14:56:40 +00:00
|
|
|
android:text="Designer" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
2012-01-11 14:56:40 +00:00
|
|
|
android:id="@+id/openrocketviewerDesigner"
|
2012-01-08 00:53:35 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2012-01-11 14:56:40 +00:00
|
|
|
android:text="Length" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
2012-01-11 14:56:40 +00:00
|
|
|
android:id="@+id/openrocketviewerLength"
|
2012-01-08 00:53:35 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2012-01-11 14:56:40 +00:00
|
|
|
android:text="Empty Mass" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
2012-01-11 14:56:40 +00:00
|
|
|
android:id="@+id/openrocketviewerMass"
|
2012-01-08 00:53:35 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2012-01-11 14:56:40 +00:00
|
|
|
android:text="Stage Count" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
2012-01-11 14:56:40 +00:00
|
|
|
android:id="@+id/openrocketviewerStageCount"
|
2012-01-08 00:53:35 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-11 14:56:40 +00:00
|
|
|
<Spinner android:layout_width="match_parent"
|
2012-01-08 00:53:35 +00:00
|
|
|
android:layout_height="match_parent"
|
2012-01-11 14:56:40 +00:00
|
|
|
android:id="@+id/openrocketviewerConfigurationSpinner"
|
|
|
|
/>
|
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
2012-01-11 14:56:40 +00:00
|
|
|
android:layout_height="match_parent"
|
2012-01-13 18:30:46 +00:00
|
|
|
android:text="Lift off weight" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/openrocketviewerLiftOffWeight"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2012-01-11 14:56:40 +00:00
|
|
|
android:text="CG" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
2012-01-11 14:56:40 +00:00
|
|
|
android:id="@+id/openrocketviewerCG"
|
2012-01-08 00:53:35 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="" />
|
2012-01-10 15:48:19 +00:00
|
|
|
|
2012-01-08 00:53:35 +00:00
|
|
|
<TextView
|
2012-01-13 18:30:46 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:text="CP" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/openrocketviewerCP"
|
2012-01-08 00:53:35 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="" />
|
2012-01-13 18:30:46 +00:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:text="Stability margin" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/openrocketviewerStabilityMargin"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2012-01-08 00:53:35 +00:00
|
|
|
|
2012-01-10 15:48:19 +00:00
|
|
|
<pl.polidea.treeview.TreeViewList
|
|
|
|
android:id="@+id/openrocketviewerComponentTree"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:scrollbars="vertical"
|
|
|
|
android:smoothScrollbar="true" />
|
2012-01-08 00:53:35 +00:00
|
|
|
|
|
|
|
<ListView
|
|
|
|
android:id="@+id/openrocketviewerSimulationList"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</TabHost>
|
2011-12-24 00:38:22 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|