mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Make categories search line single line
Multi line probably just confuses the code badly
This commit is contained in:
parent
de5968d75e
commit
cdbd24ad2b
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:hint="@string/categories_search_text_hint"
|
android:hint="@string/categories_search_text_hint"
|
||||||
|
android:singleLine="true"
|
||||||
/>
|
/>
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
android:id="@+id/categoriesSearchInProgress"
|
android:id="@+id/categoriesSearchInProgress"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue