]> git.gag.com Git - debian/openrocket/blobdiff - android/res/xml/preferences.xml
Change OpenRocketViewer to tab layout with three tabs: overview, components, and...
[debian/openrocket] / android / res / xml / preferences.xml
index 05fc59c83fcac069606a068a3607c7afde8a3af6..1a37a8df090c8fff8533148a256766250ab71817 100644 (file)
         android:summary="Set the grouping in Motor Browser"
         android:title="Motor Browser Group" />
 
+    <ListPreference
+        android:defaultValue="cm"
+        android:entries="@array/PreferenceUnitLengthEntries"
+        android:entryValues="@array/PreferenceUnitLengthValues"
+        android:key="@string/PreferenceUnitLengthOption"
+        android:summary="Set the length unit"
+        android:title="Unit of Length"
+        />
+    <ListPreference
+        android:defaultValue="g"
+        android:entries="@array/PreferenceUnitMassEntries"
+        android:entryValues="@array/PreferenceUnitMassValues"
+        android:key="@string/PreferenceUnitMassOption"
+        android:summary="Set the mass unit"
+        android:title="Unit of Mass"
+        />
 </PreferenceScreen>
\ No newline at end of file