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:
Alexander 2019-09-20 16:04:13 +07:00 committed by Alexander--
parent eaa1179572
commit 4806ac62ee
1 changed files with 1 additions and 0 deletions

View File

@ -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"