From 7f3f07d8f5ad19561ad3f540ac6bae66deaec73d Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Wed, 27 Feb 2019 20:46:13 +0100 Subject: [PATCH] Move title above image & allow multiline title --- app/src/main/res/layout/message_item.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) 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" />