summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMike LeBeau <mlebeau@android.com>2009-07-28 14:19:06 -0700
committerMike LeBeau <mlebeau@android.com>2009-07-28 14:19:06 -0700
commit31bbf9cbff8d5db6ab3b1cd93497045acdb8f74a (patch)
treec245ced5d813143e8b5e4157f3d9e17946c48c05 /res/layout
parent32ce7f17a85abf9b175f773371308876f7401547 (diff)
downloadandroid_packages_apps_Trebuchet-31bbf9cbff8d5db6ab3b1cd93497045acdb8f74a.tar.gz
android_packages_apps_Trebuchet-31bbf9cbff8d5db6ab3b1cd93497045acdb8f74a.tar.bz2
android_packages_apps_Trebuchet-31bbf9cbff8d5db6ab3b1cd93497045acdb8f74a.zip
Stop trying to play tricks with the focusability of the search widget's
TextView, as we weren't always doing it right, and it doesn't seem to help or hurt the frequency of the home screen sliding up when the widget is selected (that seems to be separate, see http://b/1819752).
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/widget_search.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/widget_search.xml b/res/layout/widget_search.xml
index 7ecf5bf6d..a83e675ee 100644
--- a/res/layout/widget_search.xml
+++ b/res/layout/widget_search.xml
@@ -40,6 +40,7 @@
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:editable="false"
+ android:focusable="true"
android:inputType="none"
android:background="@drawable/textfield_searchwidget"
android:textAppearance="?android:attr/textAppearanceMediumInverse"