project_files/Android-build/SDL-android-project/res/menu/lobby_playerlist_context.xml
author sheepluva
Fri, 29 Sep 2017 22:09:11 +0200
changeset 12597 00b539e6115d
parent 7352 641f11cdd319
permissions -rw-r--r--
rename ifTransparent to ifColorKey This should make the name less confusing. However this image-flag will possibly be dropped completely.

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