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

Commit 55969e59 authored by David Liu's avatar David Liu
Browse files

[Two-pane] 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: I2783b7540d954f7adf64c6ac3e90d91c196646c5
parent 192f95ee
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@
        android:paddingStart="@dimen/search_bar_padding_start_two_pane"
        android:paddingEnd="@dimen/search_bar_padding_end_two_pane"
        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