We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004d7e6 commit 21b134cCopy full SHA for 21b134c
app/src/main/res/layout/dialog_create_new.xml
@@ -14,6 +14,7 @@
14
android:layout_width="match_parent"
15
android:layout_height="wrap_content"
16
android:layout_marginBottom="@dimen/activity_margin"
17
+ android:textCursorDrawable="@null"
18
android:inputType="textCapSentences"
19
android:singleLine="true"/>
20
app/src/main/res/layout/dialog_rename_item.xml
@@ -13,6 +13,7 @@
13
- android:singleLine="true"/>
+ android:singleLine="true"
+ android:textCursorDrawable="@null"/>
</LinearLayout>
0 commit comments