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