From 9c3db24d2f23f39616e04b418a166702b18ba0d2 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Mon, 16 Jan 2023 21:10:06 -0300 Subject: [PATCH] Little improvement on the note field --- mastodon/src/main/res/drawable/bg_note_edit.xml | 5 +++++ mastodon/src/main/res/layout/fragment_profile_about.xml | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 mastodon/src/main/res/drawable/bg_note_edit.xml diff --git a/mastodon/src/main/res/drawable/bg_note_edit.xml b/mastodon/src/main/res/drawable/bg_note_edit.xml new file mode 100644 index 000000000..de5184ab8 --- /dev/null +++ b/mastodon/src/main/res/drawable/bg_note_edit.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/mastodon/src/main/res/layout/fragment_profile_about.xml b/mastodon/src/main/res/layout/fragment_profile_about.xml index 6644fe387..e97f751ac 100644 --- a/mastodon/src/main/res/layout/fragment_profile_about.xml +++ b/mastodon/src/main/res/layout/fragment_profile_about.xml @@ -8,9 +8,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/note_edit_wrap" - android:layout_marginTop="0dp" - android:visibility="gone" - android:padding="2dp"> + android:visibility="gone">