diff options
| author | Amith Yamasani <yamasani@google.com> | 2013-01-28 11:41:06 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-01-28 11:41:06 -0800 |
| commit | b3eab8ff6169ec6f9e5fe7c00a5dc8925e95b1e6 (patch) | |
| tree | d473b7c852477ac3d4c47f7d9a5f523c47dff479 | |
| parent | bb74d8b9f632bdda2f5639a9516a83f58374b936 (diff) | |
| parent | 1f6178fd0442338c94cef2fcf12e59c9ce1cf556 (diff) | |
| download | frameworks_base-b3eab8ff6169ec6f9e5fe7c00a5dc8925e95b1e6.zip frameworks_base-b3eab8ff6169ec6f9e5fe7c00a5dc8925e95b1e6.tar.gz frameworks_base-b3eab8ff6169ec6f9e5fe7c00a5dc8925e95b1e6.tar.bz2 | |
am 1f6178fd: am abcb9b96: Merge "Added focusable true on search_button for D-pad."
# By Ki-Hwan Lee
# Via Android Git Automerger (1) and others
* commit '1f6178fd0442338c94cef2fcf12e59c9ce1cf556':
Added focusable true on search_button for D-pad.
| -rw-r--r-- | core/res/res/layout/search_view.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/layout/search_view.xml b/core/res/res/layout/search_view.xml index a281fcc..29c0576 100644 --- a/core/res/res/layout/search_view.xml +++ b/core/res/res/layout/search_view.xml @@ -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" /> |
