Cleaned up the location information fragment

The button bar is now properly designed
The map fragment no longer has a user overlay to confuse things
refactored some code

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-12 01:04:57 -04:00
parent 756f5aea86
commit accdf02af2
7 changed files with 360 additions and 1920 deletions

View File

@@ -40,7 +40,7 @@
<include
android:id="@+id/buttons"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
@@ -53,7 +53,7 @@
android:layout_height="match_parent"
android:layout_above="@id/buttons"
android:layout_below="@id/map_controls"
class="com.TwentyCodes.android.fragments.SkyHoookUserOverlayMapFragment" >
class="com.TwentyCodes.android.LocationRinger.ui.fragments.MapFragment" >
</fragment>
</RelativeLayout>