summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2013-01-28 11:41:06 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-28 11:41:06 -0800
commitb3eab8ff6169ec6f9e5fe7c00a5dc8925e95b1e6 (patch)
treed473b7c852477ac3d4c47f7d9a5f523c47dff479
parentbb74d8b9f632bdda2f5639a9516a83f58374b936 (diff)
parent1f6178fd0442338c94cef2fcf12e59c9ce1cf556 (diff)
downloadframeworks_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.xml1
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"
/>