From b0c11f5c2cb203f337a4981d6374ee559d27a89c Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 6 Jun 2025 10:16:28 +0200 Subject: [PATCH] Change layout for custom fields --- .../mastodon/layout/activity_edit_profile.xml | 89 +++++++++++++------ 1 file changed, 61 insertions(+), 28 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 453ce724..a7bda828 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 @@ -162,41 +162,74 @@ tools:text="@tools:sample/lorem/random" /> - - + android:layout_marginStart="16dp" + android:layout_marginTop="10dp" + android:layout_marginEnd="16dp" + app:layout_constraintTop_toBottomOf="@id/bio" + > + + + + + android:layout_marginHorizontal="12dp" + android:padding="5dp" + android:orientation="vertical" + app:layout_constraintTop_toBottomOf="@id/fields_label"> - + + + + + + - + app:layout_constraintTop_toBottomOf="@id/fields_main_container" />