project_files/Android-build/SDL-android-project/res/menu/lobby_options.xml
author Medo <smaxein@googlemail.com>
Mon, 20 Aug 2012 20:19:35 +0200
changeset 7582 714310efad8f
parent 7355 5673e95ef647
permissions -rw-r--r--
Hedgeroid: Final sprint to the deadline - Changed local game setup to use the new fragments from the netroom - Pulled team editing into the main activity menu / action bar - Cleanups, renames, anything to make the code look better ;)

<menu xmlns:android="http://schemas.android.com/apk/res/android" >
    <item
        android:id="@+id/room_create"
        android:title="@string/lobby_roomlistmenu_create"
        android:showAsAction="ifRoom" />
    <item
        android:id="@+id/disconnect"
        android:title="@string/lobby_menu_disconnect"
        android:showAsAction="ifRoom" />
</menu>