mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
[merge] Fix voice recording arrow offset
Change-Id: I968fe08ec4990eb12cf42048147657c66872143c
This commit is contained in:
parent
2526bb168d
commit
dedcfe5ebf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue