project_files/Android-build/SDL-android-project/res/menu/lobby_playerlist_context.xml
author Medo <smaxein@googlemail.com>
Fri, 27 Jul 2012 01:38:24 +0200
changeset 7444 2e31f114f57e
parent 7352 641f11cdd319
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/player_info"
        android:title="@string/lobby_playerlist_contextmenu_info">
    </item>
    <item
        android:id="@+id/player_follow"
        android:title="@string/lobby_playerlist_contextmenu_follow">
    </item>
</menu>