Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9489a977 authored by David Liu's avatar David Liu
Browse files

Fix keyboard navigation issue, searchbar not able to be selected.

- make search toolbar focusable
- set next tab navigation element to homepage_container

Bug: 324420544
Test: manual

Change-Id: I991390e9d980092dfe11b15dcb81563ed3b0d4d1
parent 2d84c635
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@
            android:paddingStart="@dimen/search_bar_padding_start"
            android:paddingEnd="@dimen/search_bar_padding_end"
            android:background="@drawable/search_bar_selected_background"
            android:focusable="true"
            android:focusableInTouchMode="true"
            android:nextFocusForward="@+id/homepage_container"
            android:contentInsetStartWithNavigation="@dimen/search_bar_content_inset"
            android:navigationIcon="@drawable/ic_homepage_search">
            <TextView