Fix voice note button clipping.

pull/9/head
Greyson Parrelli 5 years ago
parent 23e069ffa8
commit 93c1277fd0

@ -52,7 +52,9 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:clipChildren="false"
android:clipToPadding="false">
<include layout="@layout/conversation_input_panel" />

Loading…
Cancel
Save