mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
Fix voice note button clipping.
This commit is contained in:
parent
23e069ffa8
commit
93c1277fd0
@ -52,7 +52,9 @@
|
|||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
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" />
|
<include layout="@layout/conversation_input_panel" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user