From 18811ec32afe2d44f1890fe5eb859d7377f9ffef Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Tue, 17 Jan 2023 20:42:02 -0300 Subject: [PATCH] Adding a bigger margin for consistency --- mastodon/src/main/res/layout/fragment_profile.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/fragment_profile.xml b/mastodon/src/main/res/layout/fragment_profile.xml index 90c8a0216..c18fb7cb6 100644 --- a/mastodon/src/main/res/layout/fragment_profile.xml +++ b/mastodon/src/main/res/layout/fragment_profile.xml @@ -266,7 +266,7 @@ android:layout_height="wrap_content" android:paddingVertical="16dp" android:layout_marginTop="4dp" - android:layout_marginBottom="8dp" + android:layout_marginBottom="16dp" android:layout_marginHorizontal="16dp" android:inputType="textMultiLine|textCapSentences" android:singleLine="false"