Messing a bit with the colors, I think I like this one
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="?colorSearchField"/>
|
<solid android:color="?colorBackgroundLightest"/>
|
||||||
<corners android:radius="10dp"/>
|
<corners android:radius="10dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
@@ -286,11 +286,11 @@
|
|||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
android:paddingHorizontal="8dp"
|
android:paddingHorizontal="8dp"
|
||||||
android:visibility="invisible"
|
android:visibility="invisible"
|
||||||
|
android:backgroundTint="?colorBackgroundLightest"
|
||||||
android:layout_gravity="right|center_vertical"
|
android:layout_gravity="right|center_vertical"
|
||||||
android:tooltipText="@string/sk_personal_note_confirm"
|
android:tooltipText="@string/sk_personal_note_confirm"
|
||||||
android:contentDescription="@string/sk_personal_note_confirm"
|
android:contentDescription="@string/sk_personal_note_confirm"
|
||||||
android:drawableStart="@drawable/ic_fluent_checkmark_24_filled"
|
android:drawableStart="@drawable/ic_fluent_checkmark_24_regular"
|
||||||
android:drawableTint="?colorButtonText"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- <ImageButton-->
|
<!-- <ImageButton-->
|
||||||
|
|||||||
Reference in New Issue
Block a user