project_files/Android-build/SDL-android-project/res/menu/lobby_playerlist_context.xml
author Wuzzy <Wuzzy2@mail.ru>
Sun, 05 Jul 2020 02:03:08 +0200
branchui-scaling
changeset 15672 b3c9f5463cee
parent 7352 641f11cdd319
permissions -rw-r--r--
[backport] Chat: Use Ctrl-A for 'select all' again (instead of Ctrl-B) Backport of 783959a6810b to branch ui-scaling by sheepluva

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