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

Commit 6855733b authored by Ki-Hwan Lee's avatar Ki-Hwan Lee
Browse files

Added focusable true on search_button for D-pad.

To give focus to search_button on ActionBar by using D-pad,
the search_button should be set focusable true.

How to reproduce:
(1) Open "API Demos" application -> App -> Action Bar -> Action Bar Usage
(2) Try to focus the Search View, using the D-pad.

Change-Id: Idc0b8e8d88391c152e0fc20467c23d03ab558f62
parent b5a72043
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"
    />