openrocket/android/res/menu/rocket_viewer_simulation_option_menu.xml
Kevin Ruland 294aa177c4 Various fixes which should probably be broken into multiple commits:)
- Changed the way the ProgressDialog is dismissed from using some non-functional reflection code, to using a FragmentTransaction (which works)
- Added code which shows the save button only when the CurrentRocket is modified.
- Broke the save functionality into a Fragment with background Task so it is more reliable.
2012-06-25 18:30:41 +00:00

11 lines
327 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/menu_add"
android:icon="@drawable/ic_menu_add"
android:orderInCategory="2"
android:showAsAction="always"
android:title="@string/Add"/>
</menu>