From a55002da0cd1ef1b3e77aafa4fc60fed1705d719 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Tue, 17 Jan 2023 21:26:44 -0300 Subject: [PATCH] Messing a bit with the colors, I think I like this one --- mastodon/src/main/res/drawable/bg_note_edit.xml | 2 +- mastodon/src/main/res/layout/fragment_profile.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/src/main/res/drawable/bg_note_edit.xml b/mastodon/src/main/res/drawable/bg_note_edit.xml index de5184ab8..574282fd0 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 a84b2b949..06427810d 100644 --- a/mastodon/src/main/res/layout/fragment_profile.xml +++ b/mastodon/src/main/res/layout/fragment_profile.xml @@ -286,11 +286,11 @@ android:layout_marginEnd="8dp" android:paddingHorizontal="8dp" android:visibility="invisible" + android:backgroundTint="?colorBackgroundLightest" android:layout_gravity="right|center_vertical" android:tooltipText="@string/sk_personal_note_confirm" android:contentDescription="@string/sk_personal_note_confirm" - android:drawableStart="@drawable/ic_fluent_checkmark_24_filled" - android:drawableTint="?colorButtonText" + android:drawableStart="@drawable/ic_fluent_checkmark_24_regular" />