From 810b2e9864d8ede73b41780c103363ae86b26548 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 6 Feb 2023 10:16:45 +0100 Subject: [PATCH] Fix issue #782 - Overlapped texts with "About my instance" --- .../mastodon/layout/activity_instance.xml | 33 +++++++++++-------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layouts/mastodon/layout/activity_instance.xml b/app/src/main/res/layouts/mastodon/layout/activity_instance.xml index b2f9cac4b..525e91eee 100644 --- a/app/src/main/res/layouts/mastodon/layout/activity_instance.xml +++ b/app/src/main/res/layouts/mastodon/layout/activity_instance.xml @@ -48,23 +48,30 @@ android:layout_marginHorizontal="6dp" android:textAlignment="center" android:textAppearance="@style/TextAppearance.Material3.TitleLarge" - app:layout_constraintBottom_toTopOf="@id/description" + app:layout_constraintBottom_toTopOf="@id/description_container" app:layout_constraintTop_toTopOf="@id/background_image" app:layout_constraintVertical_chainStyle="packed" tools:text="Instance" /> - + app:layout_constraintTop_toBottomOf="@id/name"> + + + +