From d7e48c291747a2c66f4607e91aac201933606e7c Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sat, 26 Aug 2023 17:21:19 -0300 Subject: [PATCH] feat: fix the profile note feature and removes notepad icon from it I still gotta fix the configm button coloring --- .../src/main/res/drawable/bg_note_edit.xml | 2 +- .../src/main/res/layout/fragment_profile.xml | 83 +++++++++---------- 2 files changed, 42 insertions(+), 43 deletions(-) diff --git a/mastodon/src/main/res/drawable/bg_note_edit.xml b/mastodon/src/main/res/drawable/bg_note_edit.xml index 6b4581877..5f6087637 100644 --- a/mastodon/src/main/res/drawable/bg_note_edit.xml +++ b/mastodon/src/main/res/drawable/bg_note_edit.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/mastodon/src/main/res/layout/fragment_profile.xml b/mastodon/src/main/res/layout/fragment_profile.xml index 9ec3df69b..e21befcb8 100644 --- a/mastodon/src/main/res/layout/fragment_profile.xml +++ b/mastodon/src/main/res/layout/fragment_profile.xml @@ -180,6 +180,47 @@ android:textColor="?colorM3OnSurfaceVariant" tools:text="\@Gargron" /> + + + + +