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.
17 lines
611 B
XML
17 lines
611 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
android:key="preferences"
|
|
android:title="Pref Title"
|
|
android:summary="pref summary"
|
|
|
|
|
|
<ListPreference
|
|
android:defaultValue="1"
|
|
android:entries="@array/PreferenceMotorBrowserGroupingEntries"
|
|
android:entryValues="@array/PreferenceMotorBrowserGroupingValues"
|
|
android:key="@string/PreferenceMotorBrowserGroupingOption"
|
|
android:summary="Set the grouping in Motor Browser"
|
|
android:title="Motor Browser Group" />
|
|
|
|
</PreferenceScreen> |