Working again.

This commit is contained in:
2014-08-31 22:32:06 -04:00
parent a2035b05ba
commit c6c6f1819b
6 changed files with 146 additions and 93 deletions

View File

@@ -48,12 +48,12 @@
android:visibility="gone" />
<fragment
android:id="@+id/mapview"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@id/buttons"
android:layout_below="@id/map_controls"
class="org.RickBarrette.android.LocationRinger.ui.fragments.MapFragment" >
class="com.google.android.gms.maps.SupportMapFragment" >
</fragment>
<TextView
@@ -61,7 +61,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignTop="@+id/mapview"
android:layout_alignTop="@+id/map"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="#ff0000" />