kamilgadek / to_do_list_kamilg

1 stars 0 forks source link

in Tasks feature create AddTaskDialog #47

Open mszakacz opened 1 month ago

mszakacz commented 1 month ago

in tasks feature (I don't know if you named it tasks or home, but for now you have only one feature) create folder dialogs create AddTaskDialog inside use BottomSheetDialog there

AddTaskDialog should have the text input and the button to submit it. AddTaskDialog.show() should take onSubmit(String taskDescription) as a parameter.

remember to store input styling in the AppTheme instead of this file.

Let me know if you need any help