mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 13:04:09 +00:00
Fix voice note button clipping.
This commit is contained in:
@@ -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" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user