project_files/Android-build/SDL-android-project/res/menu/main_options.xml
author Medo <smaxein@googlemail.com>
Fri, 27 Jul 2012 01:38:24 +0200
changeset 7444 2e31f114f57e
child 7508 763d3961400b
permissions -rw-r--r--
Hedgeroid: various improvements: - Improved main menu dialogs - Fixed hardware enter button not sending chat messages on Transformer - Fixed /me messages showing the /me as part of the message

<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" />
</menu>