feat: update profile note edit design

This commit is contained in:
LucasGGamerM
2023-08-26 17:48:53 -03:00
parent d7e48c2917
commit 9732c48fde
3 changed files with 30 additions and 9 deletions

View File

@@ -206,18 +206,19 @@
android:visibility="gone"
android:hint="@string/mo_personal_note"/>
<Button
<ImageButton
android:id="@+id/note_edit_confirm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:paddingBottom="8dp"
android:paddingHorizontal="6dp"
android:layout_marginBottom="8dp"
android:visibility="invisible"
android:backgroundTint="?colorM3SurfaceVariant"
android:layout_gravity="right|bottom"
android:background="@drawable/bg_button_m3_tonal_circle"
android:tooltipText="@string/mo_personal_note_confirm"
android:contentDescription="@string/mo_personal_note_confirm"
android:drawableStart="@drawable/ic_fluent_checkmark_24_regular"
android:src="@drawable/ic_fluent_checkmark_24_regular"
/>
</FrameLayout>