diff options
Diffstat (limited to 'src/main/res/layout/activity_show_locaction.xml')
-rw-r--r-- | src/main/res/layout/activity_show_locaction.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_show_locaction.xml b/src/main/res/layout/activity_show_locaction.xml new file mode 100644 index 000000000..d22422015 --- /dev/null +++ b/src/main/res/layout/activity_show_locaction.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:map="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent"> + + <fragment + + android:name="com.google.android.gms.maps.MapFragment" + android:id="@+id/map_fragment" + android:layout_width="match_parent" + android:layout_height="match_parent" + map:mapType="normal" + map:uiCompass="false" + map:uiRotateGestures="false" + map:uiScrollGestures="true" + map:uiTiltGestures="false" + map:uiZoomControls="false" + map:uiZoomGestures="true" + tools:ignore="MissingPrefix"/> + +</RelativeLayout>
\ No newline at end of file |