From c6cf7a24d7250b11d62c55342229f2b9926d31f0 Mon Sep 17 00:00:00 2001 From: Harris Date: Thu, 17 Mar 2022 13:18:59 +1100 Subject: [PATCH] fix: raise elevation on the attachment buttons --- app/src/main/res/layout/activity_conversation_v2.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/activity_conversation_v2.xml b/app/src/main/res/layout/activity_conversation_v2.xml index 79d115554c..84cbeeaeae 100644 --- a/app/src/main/res/layout/activity_conversation_v2.xml +++ b/app/src/main/res/layout/activity_conversation_v2.xml @@ -52,6 +52,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/small_spacing" + android:elevation="8dp" android:layout_alignParentStart="true" android:layout_alignParentBottom="true" android:layout_marginBottom="60dp"