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
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user