summaryrefslogtreecommitdiffstats
path: root/samples/browseable/SpeedTracker/Application/res/layout/main_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/SpeedTracker/Application/res/layout/main_activity.xml')
-rw-r--r--samples/browseable/SpeedTracker/Application/res/layout/main_activity.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/browseable/SpeedTracker/Application/res/layout/main_activity.xml b/samples/browseable/SpeedTracker/Application/res/layout/main_activity.xml
index 17a8f6a9d..ef2480a61 100644
--- a/samples/browseable/SpeedTracker/Application/res/layout/main_activity.xml
+++ b/samples/browseable/SpeedTracker/Application/res/layout/main_activity.xml
@@ -43,10 +43,10 @@
</RelativeLayout>
<fragment
+ class="com.google.android.gms.maps.SupportMapFragment"
android:id="@+id/map"
android:layout_below="@+id/top_container"
- android:layout_width="fill_parent"
- android:layout_height="match_parent"
- android:name="com.google.android.gms.maps.MapFragment"/>
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/>
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>