diff --git a/app/src/main/res/layout/fragment_edit.xml b/app/src/main/res/layout/fragment_edit.xml index a6b1468..11a9ba2 100644 --- a/app/src/main/res/layout/fragment_edit.xml +++ b/app/src/main/res/layout/fragment_edit.xml @@ -17,5 +17,6 @@ android:inputType="textMultiLine|textCapSentences" android:paddingLeft="8dp" android:paddingRight="8dp" - android:scrollHorizontally="false" /> + android:scrollHorizontally="false" + android:importantForAutofill="no" />