use creation dialog as edit dialog

This commit is contained in:
2025-11-04 15:10:45 +01:00
parent 3ea396c045
commit 53bab2d22c
6 changed files with 216 additions and 59 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -37,8 +36,7 @@
android:drawableTint="@color/accent"
android:textSize="16sp"
android:textStyle="bold"
android:text="@string/dialog_event_detail_datetime_icon"
app:drawableEndCompat="@drawable/ic_edit" />
android:text="@string/dialog_event_detail_datetime_icon" />
<TextView
android:id="@+id/dialog_event_detail_type_quantity"