Skip to content

Commit 7144dc9

Browse files
committed
Disable autocorrect in app restriction dialog
This is really annoying. Change-Id: I195257d5af23d867a88a38f061cf7fa391d45393
1 parent 57bdb0d commit 7144dc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,14 @@
105105
android:layout_marginStart="4dp"
106106
android:inputType="number"
107107
android:paddingTop="8dp"
108-
android:visibility="gone"/>
108+
android:visibility="gone"/>
109109

110110
<EditText
111111
android:id="@+id/value_string"
112112
android:layout_width="match_parent"
113113
android:layout_height="wrap_content"
114114
android:layout_marginStart="4dp"
115+
android:inputType="textNoSuggestions"
115116
android:paddingTop="8dp"
116117
android:visibility="gone"/>
117118

0 commit comments

Comments
 (0)