mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 13:00:18 +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:background="@drawable/bg_voice_message_lock"
|
||||||
android:backgroundTint="?vctr_system"
|
android:backgroundTint="?vctr_system"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:layout_marginEnd="12dp"
|
android:layout_marginEnd="0dp"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/voiceMessageMicButton"
|
app:layout_constraintTop_toBottomOf="@id/voiceMessageMicButton"
|
||||||
tools:translationY="-180dp"
|
tools:translationY="-180dp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue