project_files/Android-build/SDL-android-project/res/menu/lobby_roomlist_options.xml
author Medo <smaxein@googlemail.com>
Mon, 23 Jul 2012 00:17:06 +0200
changeset 7352 641f11cdd319
permissions -rw-r--r--
Hedgeroid: Reworked player and room lists, added menus, added playername query Still work in progress...

<menu xmlns:android="http://schemas.android.com/apk/res/android" >
    <item
        android:id="@+id/roomlist_refresh"
        android:title="@string/lobby_roomlistmenu_refresh"
        android:showAsAction="ifRoom" />
</menu>