fix quick reply buttons in compact mode

This commit is contained in:
Kasun 2019-07-03 21:06:11 +05:30
parent 0b3a1d1bb2
commit 35d0127550
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@
android:layout_marginTop="10dp"
android:layout_marginEnd="10dp"
android:src="@drawable/ic_public"
app:layout_constraintEnd_toStartOf="@id/quick_reply_privacy"
app:layout_constraintEnd_toStartOf="@id/quick_reply_button"
app:layout_constraintTop_toBottomOf="@id/quick_reply_text" />
<Button