Rewrite MotorBrowser to use a fragment for the list. This is the first step in makin...
[debian/openrocket] / android / res / menu / motor_browser_option_menu.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
3
4     <item
5         android:id="@+id/download_from_thrustcurve_menu_option"
6         android:title="Download from ThrustCurve"/>
7     <item
8         android:id="@+id/preference_menu_option"
9         android:icon="@drawable/ic_menu_preferences"
10         android:title="@string/Preferences"/>
11
12 </menu>