[merge] Fix voice recording arrow offset

Change-Id: I968fe08ec4990eb12cf42048147657c66872143c
This commit is contained in:
SpiritCroc 2022-12-03 15:37:43 +01:00
parent 2526bb168d
commit dedcfe5ebf

View file

@ -23,7 +23,7 @@
android:background="@drawable/bg_voice_message_lock"
android:backgroundTint="?vctr_system"
android:visibility="gone"
android:layout_marginEnd="12dp"
android:layout_marginEnd="0dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/voiceMessageMicButton"
tools:translationY="-180dp"