2012-01-03 02:20:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-01-30 03:48:42 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/download_from_thrustcurve_menu_option"
|
|
|
|
android:title="Download from ThrustCurve"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/preference_menu_option"
|
|
|
|
android:icon="@drawable/ic_menu_preferences"
|
2012-02-11 20:17:39 +00:00
|
|
|
android:title="@string/Preferences"
|
|
|
|
/>
|
2012-01-30 03:48:42 +00:00
|
|
|
|
|
|
|
</menu>
|