Skip to content

Commit 846f00e

Browse files
committed
Limit the search input to 30 characters
1 parent bbaadef commit 846f00e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
android:paddingHorizontal="@dimen/spacing_normal"
6666
android:singleLine="true"
6767
android:inputType="textNoSuggestions"
68+
android:maxLength="30"
6869
android:autofillHints=""
6970
android:hint="@string/search_app_hint"
7071
android:textColor="@color/for_text_on_overlay"

0 commit comments

Comments
 (0)