From 39331d77b89e6870ff5a5eb8760147af830f4113 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Thu, 3 Oct 2019 21:11:19 +0200 Subject: [PATCH] fix follow message being cut off with large font (#1519) --- app/src/main/res/layout/item_follow.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/item_follow.xml b/app/src/main/res/layout/item_follow.xml index 1af4f06c..bed3795e 100644 --- a/app/src/main/res/layout/item_follow.xml +++ b/app/src/main/res/layout/item_follow.xml @@ -36,8 +36,9 @@ android:contentDescription="@string/action_view_profile" android:scaleType="centerCrop" android:textSize="?attr/status_text_medium" + app:layout_constraintBottom_toBottomOf="@id/notification_username" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/notification_text" + app:layout_constraintTop_toTopOf="@id/notification_display_name" tools:src="@drawable/avatar_default" />