# HG changeset patch # User Medo # Date 1345486775 -7200 # Node ID 714310efad8f2f94738138579228cb2a0a796fd8 # Parent c92596feac0d5a5286df052c15ea8baad09a6467 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 ;) diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/AndroidManifest.xml --- a/project_files/Android-build/SDL-android-project/AndroidManifest.xml Mon Aug 20 20:16:37 2012 +0200 +++ b/project_files/Android-build/SDL-android-project/AndroidManifest.xml Mon Aug 20 20:19:35 2012 +0200 @@ -48,13 +48,12 @@ + android:screenOrientation="landscape" > @@ -73,7 +72,7 @@ android:windowSoftInputMode="adjustPan" > diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/backbutton.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/backbutton.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/button_disabled.9.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/button_disabled.9.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/button_focused.9.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/button_focused.9.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/button_focused_disabled.9.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/button_focused_disabled.9.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/button_normal.9.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/button_normal.9.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/dropdown_disabled.9.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/dropdown_disabled.9.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/dropdown_focused.9.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/dropdown_focused.9.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/dropdown_focused_disabled.9.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/dropdown_focused_disabled.9.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/dropdown_normal.9.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/dropdown_normal.9.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/drawable-mdpi/savebutton.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/savebutton.png has changed diff -r c92596feac0d -r 714310efad8f project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml --- a/project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml Mon Aug 20 20:16:37 2012 +0200 +++ b/project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml Mon Aug 20 20:19:35 2012 +0200 @@ -24,7 +24,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" class="org.hedgewars.hedgeroid.RoomlistFragment" - tools:layout="@layout/lobby_rooms_fragment" /> + tools:layout="@layout/fragment_roomlist" /> + + + + + + + + + + + + + + + + + + + + + + + + +