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

Commit 1f6178fd authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am abcb9b96: Merge "Added focusable true on search_button for D-pad."

# By Ki-Hwan Lee
# Via Gerrit Code Review (1) and Ki-Hwan Lee (1)
* commit 'abcb9b96':
  Added focusable true on search_button for D-pad.
parents 783fe429 abcb9b96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
        android:layout_height="match_parent"
        android:layout_gravity="center_vertical"
        android:src="?android:attr/searchViewSearchIcon"
        android:focusable="true"
        android:contentDescription="@string/searchview_description_search"
    />