diff --git a/app/src/main/res/layout/message_item.xml b/app/src/main/res/layout/message_item.xml
index 0b15249..5a5229e 100644
--- a/app/src/main/res/layout/message_item.xml
+++ b/app/src/main/res/layout/message_item.xml
@@ -4,14 +4,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:minHeight="75dp"
- android:padding="5dp">
+ android:padding="10dp">
@@ -19,17 +18,14 @@
+ app:layout_constraintTop_toBottomOf="@+id/message_title" />