Skip to content

Commit 21b134c

Browse files
committed
make sure the dialog edittexts dont always have orange cursors
1 parent 004d7e6 commit 21b134c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/src/main/res/layout/dialog_create_new.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:layout_width="match_parent"
1515
android:layout_height="wrap_content"
1616
android:layout_marginBottom="@dimen/activity_margin"
17+
android:textCursorDrawable="@null"
1718
android:inputType="textCapSentences"
1819
android:singleLine="true"/>
1920

app/src/main/res/layout/dialog_rename_item.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
android:layout_height="wrap_content"
1414
android:layout_marginBottom="@dimen/activity_margin"
1515
android:inputType="textCapSentences"
16-
android:singleLine="true"/>
16+
android:singleLine="true"
17+
android:textCursorDrawable="@null"/>
1718

1819
</LinearLayout>

0 commit comments

Comments
 (0)