summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2013-01-28 11:37:48 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-28 11:37:48 -0800
commit1f6178fd0442338c94cef2fcf12e59c9ce1cf556 (patch)
tree304c6e50982c2c0c4ab228b4354e61224525562e
parent783fe4295372cee8d024388221414c253802c995 (diff)
parentabcb9b96f8d1e3780cf63502ca86a00b3f314b39 (diff)
downloadframeworks_base-1f6178fd0442338c94cef2fcf12e59c9ce1cf556.zip
frameworks_base-1f6178fd0442338c94cef2fcf12e59c9ce1cf556.tar.gz
frameworks_base-1f6178fd0442338c94cef2fcf12e59c9ce1cf556.tar.bz2
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 'abcb9b96f8d1e3780cf63502ca86a00b3f314b39': 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"
/>