From a3d5e10ae688dc9514e5d295c9c9be5abb59458a Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 19 Apr 2023 09:13:26 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/item_attachment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_attachment.xml b/app/src/main/res/layout/item_attachment.xml index 9381889227..3fed0b88fd 100644 --- a/app/src/main/res/layout/item_attachment.xml +++ b/app/src/main/res/layout/item_attachment.xml @@ -127,11 +127,12 @@ android:id="@+id/tvError" android:layout_width="0dp" android:layout_height="wrap_content" + android:layout_marginHorizontal="6dp" android:text="Error" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textColor="?attr/colorWarning" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="@id/tvName" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvType" />