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

This commit is contained in:
Adam Brown 2021-11-18 14:59:06 +00:00
parent 9ae03b76cd
commit be685bc56a

View file

@ -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">