Move attachment selector close button to the right

Change-Id: I061f7826f8fb138e0b28e818c8e92108b62aad4f
This commit is contained in:
SpiritCroc 2022-03-09 10:25:16 +01:00
parent 4b12f162a0
commit 9a00cf7a3f

View File

@ -16,7 +16,7 @@
android:src="@drawable/ic_close_24dp"
app:tint="?vctr_content_secondary"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<HorizontalScrollView
@ -25,8 +25,8 @@
android:layout_marginStart="4dp"
android:scrollbars="none"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/attachmentCloseButton"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toStartOf="@id/attachmentCloseButton"
app:layout_constraintTop_toTopOf="parent">
<LinearLayout