Idk what to call this commit, so Note Improver it is

This commit is contained in:
LucasGGamerM
2022-12-27 21:42:21 -03:00
parent 094cd67728
commit 48664bb580
2 changed files with 22 additions and 4 deletions

View File

@@ -280,13 +280,14 @@
android:hint="@string/sk_personal_note"
android:textColorHint="?android:textColorSecondaryInverseNoDisable" />
<Button
<ImageButton
android:id="@+id/note_edit_confirm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ic_fluent_checkmark_24_regular"
android:src="@drawable/ic_fluent_checkmark_24_regular"
android:backgroundTint="#00000000"
android:layout_marginTop="2dp"
android:layout_marginEnd="20dp"
android:layout_marginEnd="10dp"
android:layout_gravity="right|center_vertical" />
</FrameLayout>