1a37a8df090c8fff8533148a256766250ab71817
[debian/openrocket] / android / res / xml / preferences.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
3
4   android:key="preferences"
5   android:title="Pref Title"
6   android:summary="pref summary"  
7       
8
9     <ListPreference
10         android:defaultValue="1"
11         android:entries="@array/PreferenceMotorBrowserGroupingEntries"
12         android:entryValues="@array/PreferenceMotorBrowserGroupingValues"
13         android:key="@string/PreferenceMotorBrowserGroupingOption"
14         android:summary="Set the grouping in Motor Browser"
15         android:title="Motor Browser Group" />
16
17     <ListPreference
18         android:defaultValue="cm"
19         android:entries="@array/PreferenceUnitLengthEntries"
20         android:entryValues="@array/PreferenceUnitLengthValues"
21         android:key="@string/PreferenceUnitLengthOption"
22         android:summary="Set the length unit"
23         android:title="Unit of Length"
24         />
25     <ListPreference
26         android:defaultValue="g"
27         android:entries="@array/PreferenceUnitMassEntries"
28         android:entryValues="@array/PreferenceUnitMassValues"
29         android:key="@string/PreferenceUnitMassOption"
30         android:summary="Set the mass unit"
31         android:title="Unit of Mass"
32         />
33 </PreferenceScreen>