Fixed first fix bug and fixed GPS progress above map

This commit is contained in:
2014-09-01 11:34:06 -04:00
parent 00b90b4331
commit d196950b92
3 changed files with 30 additions and 13 deletions

View File

@@ -47,14 +47,27 @@
layout="@layout/ringer_info_button_bar"
android:visibility="gone" />
<fragment
android:id="@+id/map"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@id/buttons"
android:layout_below="@id/map_controls"
class="com.google.android.gms.maps.SupportMapFragment" >
</fragment>
android:layout_below="@id/map_controls">
<fragment
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.SupportMapFragment" />
<ProgressBar
android:id="@+id/map_progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:visibility="invisible"/>
</RelativeLayout>
<TextView
android:id="@+id/radius_textview"