aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_share_locaction.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-17 22:43:24 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-17 22:43:24 +0200
commit1c38d17fef7c1d5481a40162999e9f30349fa48f (patch)
tree3969c79c839aea464bde3b5423956a4cce79389c /src/main/res/layout/activity_share_locaction.xml
parentbaf43ba41ad2e8382cc294153ebce37b0f6a5f97 (diff)
some more changes to location activities
* show actionbar home as up * fix permission issue on devices < Android M * show buildings in map
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_share_locaction.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_share_locaction.xml b/src/main/res/layout/activity_share_locaction.xml
index b360b649c..df3e08a95 100644
--- a/src/main/res/layout/activity_share_locaction.xml
+++ b/src/main/res/layout/activity_share_locaction.xml
@@ -12,7 +12,7 @@
android:layout_height="match_parent"
android:layout_above="@+id/snackbar"
map:mapType="normal"
- map:uiCompass="false"
+ map:uiCompass="true"
map:uiRotateGestures="false"
map:uiScrollGestures="true"
map:uiTiltGestures="false"