diff --git a/app/src/main/res/layout/dialog_create_new.xml b/app/src/main/res/layout/dialog_create_new.xml index b2ea150c..52ce7019 100644 --- a/app/src/main/res/layout/dialog_create_new.xml +++ b/app/src/main/res/layout/dialog_create_new.xml @@ -14,6 +14,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/activity_margin" + android:textCursorDrawable="@null" android:inputType="textCapSentences" android:singleLine="true"/> diff --git a/app/src/main/res/layout/dialog_rename_item.xml b/app/src/main/res/layout/dialog_rename_item.xml index 2dbd466d..06cbcfa4 100644 --- a/app/src/main/res/layout/dialog_rename_item.xml +++ b/app/src/main/res/layout/dialog_rename_item.xml @@ -13,6 +13,7 @@ android:layout_height="wrap_content" android:layout_marginBottom="@dimen/activity_margin" android:inputType="textCapSentences" - android:singleLine="true"/> + android:singleLine="true" + android:textCursorDrawable="@null"/>