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>