diff --git a/app/src/main/res/layout/component_custom_edit_dialog_notes.xml b/app/src/main/res/layout/component_custom_edit_dialog_notes.xml index a4b63b85..4f9740ab 100644 --- a/app/src/main/res/layout/component_custom_edit_dialog_notes.xml +++ b/app/src/main/res/layout/component_custom_edit_dialog_notes.xml @@ -52,7 +52,7 @@ android:layout_width="match_parent" android:layout_height="80dp" android:background="@drawable/background_round" - android:inputType="text" + android:inputType="textMultiLine" android:lines="5" android:maxLines="10" android:textColor="@color/verdnatura_white"