From e8968ec6fb40499cb1cc511eda0723dcf5680ac5 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sat, 26 Aug 2023 18:11:40 -0300 Subject: [PATCH] feat: update profile note edit design (again) --- .../src/main/res/drawable/bg_note_edit.xml | 30 ++++--------------- .../src/main/res/layout/fragment_profile.xml | 2 +- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/mastodon/src/main/res/drawable/bg_note_edit.xml b/mastodon/src/main/res/drawable/bg_note_edit.xml index 2f956cfe5..a0c7dc787 100644 --- a/mastodon/src/main/res/drawable/bg_note_edit.xml +++ b/mastodon/src/main/res/drawable/bg_note_edit.xml @@ -1,25 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + \ 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 2d5a041fb..405170f7b 100644 --- a/mastodon/src/main/res/layout/fragment_profile.xml +++ b/mastodon/src/main/res/layout/fragment_profile.xml @@ -212,7 +212,7 @@ android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:paddingHorizontal="6dp" - android:layout_marginBottom="8dp" + android:layout_marginBottom="7dp" android:visibility="invisible" android:layout_gravity="right|bottom" android:background="@drawable/bg_button_m3_tonal_circle"