From be685bc56ae339216bcf5e26760360b8fe1721e8 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 18 Nov 2021 14:59:06 +0000 Subject: [PATCH] aligning the locked recording view to the send message button without the margin, fixes the layout jumping when the mic button switches to a send --- vector/src/main/res/layout/view_voice_message_recorder.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vector/src/main/res/layout/view_voice_message_recorder.xml b/vector/src/main/res/layout/view_voice_message_recorder.xml index 81d9c64e33..53be4f07f6 100644 --- a/vector/src/main/res/layout/view_voice_message_recorder.xml +++ b/vector/src/main/res/layout/view_voice_message_recorder.xml @@ -136,11 +136,10 @@ android:id="@+id/voiceMessagePlaybackLayout" android:layout_width="0dp" android:layout_height="44dp" - android:layout_marginEnd="16dp" android:layout_marginBottom="4dp" android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintEnd_toStartOf="@id/voiceMessageMicButton" + app:layout_constraintEnd_toStartOf="@id/voiceMessageSendButton" app:layout_constraintStart_toStartOf="parent" tools:layout_marginBottom="120dp" tools:visibility="visible">