Also included is a Motor sqlite database which is populated from thrustcurve downloads. Includes primitive thrustcurve plotting system. This will soon be wired into the openrocket application to supply motors for simulation execution.
11 lines
361 B
XML
11 lines
361 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.androidplot.xy.XYPlot xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/xyplot"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:layout_marginLeft="0px"
|
|
android:layout_marginRight="0px"
|
|
android:layout_marginTop="5px"
|
|
title="plot"
|
|
/>
|