Skip to content

Commit a2772b4

Browse files
committed
Prevent multiline in Search for Categories
1 parent ad9e848 commit a2772b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
android:layout_width="match_parent"
2525
android:hint="@string/categories_search_text_hint"
2626
android:maxLines="1"
27+
android:inputType="text"
2728
android:imeOptions="flagNoExtractUi"
2829
/>
2930

0 commit comments

Comments
 (0)