summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-08-12 18:29:17 -0500
committerBrad Leege <bleege@gmail.com>2015-08-12 18:29:17 -0500
commit50ea965b931845b97c391be65a1f7ca765e84d94 (patch)
tree9cee6ec9c6804384a3409f6f5de849425482a871
parentb61aabd2d90f0c13ca83c56c213a487d9cfa3927 (diff)
downloadqtlocation-mapboxgl-50ea965b931845b97c391be65a1f7ca765e84d94.tar.gz
#1856 - Readding the removal of Shadow for Lollipop using borderWidth and elevation
-rw-r--r--android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_main.xml2
1 files changed, 2 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 305f15afee..c1fa38bc97 100644
--- a/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_main.xml
+++ b/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_main.xml
@@ -52,6 +52,8 @@
android:layout_height="wrap_content"
android:layout_gravity="end|bottom"
android:layout_margin="@dimen/fab_margin"
+ app:borderWidth="0dp"
+ app:elevation="0dp"
/>
</android.support.design.widget.CoordinatorLayout>