diff --git a/app/src/main/kotlin/com/meloda/fast/screens/messages/AttachmentInflater.kt b/app/src/main/kotlin/com/meloda/fast/screens/messages/AttachmentInflater.kt index bb7de5a4..b0b7a332 100644 --- a/app/src/main/kotlin/com/meloda/fast/screens/messages/AttachmentInflater.kt +++ b/app/src/main/kotlin/com/meloda/fast/screens/messages/AttachmentInflater.kt @@ -324,7 +324,7 @@ class AttachmentInflater constructor( if (message.isOut) binding.root.updatePadding( - bottom = AndroidUtils.px(5).roundToInt(), + bottom = AndroidUtils.px(6).roundToInt(), left = AndroidUtils.px(6).roundToInt() ) diff --git a/app/src/main/res/layout/item_message_attachment_voice.xml b/app/src/main/res/layout/item_message_attachment_voice.xml index 1a5452bd..2fd7d1f9 100644 --- a/app/src/main/res/layout/item_message_attachment_voice.xml +++ b/app/src/main/res/layout/item_message_attachment_voice.xml @@ -28,10 +28,11 @@