aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/show_locaction_activity.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-05-05 23:43:19 +0200
committerChristian S <christian@pix-art.de>2016-05-05 23:43:19 +0200
commitdc0036d9264bf1d71faa10ae8112066c8d389dc7 (patch)
tree7afa5f691c69314f0f9d6d19af262c4fcc96b04d /src/main/res/layout/show_locaction_activity.xml
parent8f0f7e94a9626ef51f149f83f04dcb030f1b3234 (diff)
add share location
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/show_locaction_activity.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/res/layout/show_locaction_activity.xml b/src/main/res/layout/show_locaction_activity.xml
new file mode 100644
index 000000000..d22422015
--- /dev/null
+++ b/src/main/res/layout/show_locaction_activity.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