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

Commit f1c1e011 authored by David Liu's avatar David Liu Committed by Android (Google) Code Review
Browse files

Merge "Fix keyboard navigation issue, searchbar not able to be selected." into main

parents 62fa76f7 9489a977
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