Messing a bit with the colors, I think I like this one

This commit is contained in:
LucasGGamerM
2023-01-17 21:26:44 -03:00
parent ce89733f2d
commit a55002da0c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?colorSearchField"/>
<solid android:color="?colorBackgroundLightest"/>
<corners android:radius="10dp"/>
</shape>

View File

@@ -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"
/>
<!-- <ImageButton-->