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 0d0b3b888f
commit beca712a95

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"