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:
parent
9ae03b76cd
commit
be685bc56a
@ -136,11 +136,10 @@
|
|||||||
android:id="@+id/voiceMessagePlaybackLayout"
|
android:id="@+id/voiceMessagePlaybackLayout"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="44dp"
|
android:layout_height="44dp"
|
||||||
android:layout_marginEnd="16dp"
|
|
||||||
android:layout_marginBottom="4dp"
|
android:layout_marginBottom="4dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@id/voiceMessageMicButton"
|
app:layout_constraintEnd_toStartOf="@id/voiceMessageSendButton"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
tools:layout_marginBottom="120dp"
|
tools:layout_marginBottom="120dp"
|
||||||
tools:visibility="visible">
|
tools:visibility="visible">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user