Merge "[Two-pane] Fix keyboard navigation issue, searchbar not able to be selected." into main

This commit is contained in:
David Liu
2024-02-22 00:54:15 +00:00
committed by Android (Google) Code Review

View File

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