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" />