Correctly move focus from toolbar search bar to dropdown
We don't hide MainFragment when search is show, so FocusFinder sometimes gives focus to (obscured) main content
This commit is contained in:
parent
0d0b3b888f
commit
beca712a95
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
android:drawablePadding="8dp"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:nextFocusDown="@+id/suggestions_list"
|
||||
android:hint="@string/search"
|
||||
android:imeOptions="actionSearch|flagNoFullscreen"
|
||||
android:inputType="textFilter|textNoSuggestions"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue