From c5e096728ee9bdb7cf414322a4c578240f74910a Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 6 Jun 2025 10:34:34 +0200 Subject: [PATCH] Change layout for featured hashtags --- .../mastodon/layout/activity_edit_profile.xml | 129 +++++++++++------- 1 file changed, 80 insertions(+), 49 deletions(-) diff --git a/app/src/main/res/layouts/mastodon/layout/activity_edit_profile.xml b/app/src/main/res/layouts/mastodon/layout/activity_edit_profile.xml index a7bda828..ff147451 100644 --- a/app/src/main/res/layouts/mastodon/layout/activity_edit_profile.xml +++ b/app/src/main/res/layouts/mastodon/layout/activity_edit_profile.xml @@ -230,60 +230,91 @@ - - - - - - - + - - - - - + + + + + android:background="?colorSurface" + android:elevation="2dp" + android:paddingStart="2dp" + android:paddingEnd="2dp" + android:layout_marginHorizontal="12dp" + android:layout_marginTop="12dp" + android:text="@string/featured_hashtags_title" + android:textAppearance="@style/TextAppearance.Material3.BodyMedium" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> + + + + + + + + + + + + - + app:layout_constraintTop_toBottomOf="@id/featured_hashtags_main_container" />