project_files/Android-build/SDL-android-project/res/menu/lobby_playerlist_context.xml
author unC0Rr
Mon, 17 Feb 2025 16:37:59 +0100
branchqmlrenderer
changeset 16089 02304ad06381
parent 7352 641f11cdd319
permissions -rw-r--r--
Add TiledImageItem and a scene that represents hedgewars map

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