use creation dialog as edit dialog

This commit is contained in:
2025-11-04 15:10:45 +01:00
parent 5eeb462836
commit aaccef54a5
10 changed files with 385 additions and 135 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>