events: allow editing of all used values

Allow to change the date/time and
other relevant values of an event
on creation and after it was created.
This commit is contained in:
2025-11-04 15:10:45 +01:00
parent 5eeb462836
commit f8bd760f7a
13 changed files with 478 additions and 198 deletions

View File

@@ -24,4 +24,11 @@
android:hint="@string/log_notes_dialog_note_hint"
android:background="@drawable/textview_background"/>
<TextView
android:id="@+id/notes_date_picker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="20dp"/>
</LinearLayout>