project_files/Android-build/SDL-android-project/res/menu/main_options.xml
author Medo <smaxein@googlemail.com>
Mon, 20 Aug 2012 20:19:35 +0200
changeset 7582 714310efad8f
parent 7508 763d3961400b
permissions -rw-r--r--
Hedgeroid: Final sprint to the deadline - Changed local game setup to use the new fragments from the netroom - Pulled team editing into the main activity menu / action bar - Cleanups, renames, anything to make the code look better ;)

<menu xmlns:android="http://schemas.android.com/apk/res/android" >
    <item
        android:id="@+id/download"
        android:title="@string/main_menu_downloader"
        android:icon="@android:drawable/ic_menu_save"
        android:showAsAction="ifRoom|withText" />
    <item
        android:id="@+id/preferences"
        android:title="@string/main_menu_preferences"
        android:icon="@android:drawable/ic_menu_preferences"
        android:showAsAction="ifRoom|withText" />
    <item
        android:id="@+id/edit_teams"
        android:title="@string/edit_teams_menu"
        android:showAsAction="ifRoom|withText" />
    <item
        android:id="@+id/edit_weaponsets"
        android:title="@string/edit_weaponsets_menu"
        android:showAsAction="ifRoom|withText" />
</menu>