From 10e305d20491084ca12ad56a6d4fe9f3adb20a10 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Wed, 4 Oct 2017 12:35:17 -0700 Subject: [PATCH] Remove elevation Helps #6894 // FREEBIE --- res/layout/attachment_type_selector.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/layout/attachment_type_selector.xml b/res/layout/attachment_type_selector.xml index c8a33192b..4c90c09c6 100644 --- a/res/layout/attachment_type_selector.xml +++ b/res/layout/attachment_type_selector.xml @@ -4,8 +4,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?attachment_type_selector_background" - android:elevation="4dp"> + android:background="?attachment_type_selector_background">