summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-08-27 13:31:07 -0700
committerBrad Leege <bleege@gmail.com>2015-08-27 13:31:07 -0700
commit76e94fdb2db7d917b055e2c46dfa5c2a4050efd3 (patch)
tree08c7e02dcb46ef77eaa7a307dac66094a8fdd119 /android
parentce6b9587c796e5033726445b646647ea0fab6d09 (diff)
downloadqtlocation-mapboxgl-76e94fdb2db7d917b055e2c46dfa5c2a4050efd3.tar.gz
#2194 - Removing elevation due to drop shadow issue
Diffstat (limited to 'android')
-rw-r--r--android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_main.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_main.xml b/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_main.xml
index 292f77c3a4..2d22dcce78 100644
--- a/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_main.xml
+++ b/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_main.xml
@@ -54,6 +54,7 @@
android:layout_margin="@dimen/fab_margin"
app:backgroundTint="@color/white"
app:borderWidth="0dp"
+ app:elevation="0dp"
/>
</android.support.design.widget.CoordinatorLayout>