Skip to content

Commit e64b2f3

Browse files
hex539Android (Google) Code Review
authored andcommitted
Merge "Disable autocorrect in app restriction dialog" into ub-testdpc-nyc
2 parents c2f0c7f + 7144dc9 commit e64b2f3

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)