MainActivity: show save button if any values has changed

This commit is contained in:
2025-11-19 21:23:23 +01:00
parent 280d4558ad
commit f8f5d68bb6
2 changed files with 49 additions and 36 deletions

View File

@@ -132,7 +132,8 @@
<string name="row_luna_event_time">Time</string>
<string name="dialog_event_detail_title">Event detail</string>
<string name="dialog_event_detail_close_button">OK</string>
<string name="dialog_event_detail_close_button">Close</string>
<string name="dialog_event_detail_save_button">Save</string>
<string name="dialog_event_detail_delete_button">Delete</string>
<string name="dialog_event_detail_quantity">Quantity</string>
<string name="dialog_event_detail_notes">Notes</string>