summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2016-07-14 12:22:52 +0200
committerTobrun <tobrun.van.nuland@gmail.com>2016-07-24 09:45:40 +0200
commit39512aaef14bced3bf5116065203054992ee8e25 (patch)
tree2d65d77f5f1fb5fd307df8f66bf05abd7a895613 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout
parent82478e2ea74765f23bc2983cde515228b0badb0d (diff)
downloadqtlocation-mapboxgl-39512aaef14bced3bf5116065203054992ee8e25.tar.gz
[android] #5679 - move logo and attribution to the top right
[android] #5679 - get correct top margin for logo when saving state of MapView
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml
index 7bc26e17c2..86a97017b9 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml
@@ -20,6 +20,9 @@
app:center_longitude="5.7215506"
app:zoom="11"
app:style_url="@string/style_mapbox_streets"
+ app:logo_gravity="top|end"
+ app:attribution_gravity="top|end"
+ app:logo_margin_right="10dp"
android:layout_below="@id/toolbar"/>
</RelativeLayout>