From 93c1277fd00c3f313c77ee8354f02db7a2eb5019 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Wed, 20 Mar 2019 22:25:19 -0700 Subject: [PATCH] Fix voice note button clipping. --- res/layout/conversation_activity.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 0ffbe705eb..7fb99cd849 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -52,7 +52,9 @@ + android:layout_height="wrap_content" + android:clipChildren="false" + android:clipToPadding="false">