diff --git a/app/src/main/res/layout/item_attachment.xml b/app/src/main/res/layout/item_attachment.xml
index b24aa4d..7d4183e 100644
--- a/app/src/main/res/layout/item_attachment.xml
+++ b/app/src/main/res/layout/item_attachment.xml
@@ -20,34 +20,35 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
- app:layout_constraintBottom_toBottomOf="@+id/attachment_view_button"
+ android:layout_marginTop="4dp"
+ app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/attachment_view_button"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="@+id/attachment_view_button" />
+ app:layout_constraintTop_toBottomOf="@+id/attachment_divider" />
+ app:layout_constraintTop_toTopOf="@+id/attachment_title_textview"
+ app:layout_constraintBottom_toBottomOf="@+id/attachment_title_textview" />
+ app:layout_constraintTop_toTopOf="@+id/attachment_title_textview"
+ app:layout_constraintBottom_toBottomOf="@+id/attachment_title_textview" />
\ No newline at end of file