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:
@@ -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>
|
||||
Reference in New Issue
Block a user