project_files/Android-build/SDL-android-project/res/menu/lobby_playerlist_context.xml
author sheepluva
Wed, 05 Mar 2014 12:35:51 +0100
branch0.9.20
changeset 9930 c38cdb5dd37c
parent 7352 641f11cdd319
permissions -rw-r--r--
don't stack bye/teleport sounds of hogs (when a team is gone)

<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>