allow editing of all events

Allow to set the date of each event
on creation.

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

View File

@@ -23,4 +23,12 @@
android:layout_height="wrap_content"
android:textSize="30sp"
android:textColor="@color/accent"/>
<TextView
android:id="@+id/dialog_date_picker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginEnd="20dp"/>
</LinearLayout>