project_files/Android-build/SDL-android-project/res/menu/lobby_roomlist_options.xml
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>