summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-05 11:44:49 -0700
committerWinson Chung <winsonc@google.com>2011-10-05 14:30:32 -0700
commitc51db6accf2fdcb15d6361a38b176534e3d2cca5 (patch)
treee0ef9884937723870916b3a0d09b745a52fd34ed /res/layout-port
parent9b09219df6601a877425c6dfad4a8de8a1ea2f44 (diff)
downloadandroid_packages_apps_Trebuchet-c51db6accf2fdcb15d6361a38b176534e3d2cca5.tar.gz
android_packages_apps_Trebuchet-c51db6accf2fdcb15d6361a38b176534e3d2cca5.tar.bz2
android_packages_apps_Trebuchet-c51db6accf2fdcb15d6361a38b176534e3d2cca5.zip
Fixing some search box issues.
- Voice search still clickable and causes crash (Bug: 5371480) - Empty search box when QSB is disabled (Bug: 5358074) Change-Id: I97cef678b012c8294fca9149e22458abed31075d
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/search_bar.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-port/search_bar.xml b/res/layout-port/search_bar.xml
index dbacd3dc8..6b2c82794 100644
--- a/res/layout-port/search_bar.xml
+++ b/res/layout-port/search_bar.xml
@@ -24,6 +24,7 @@
<!-- Global search icon -->
<LinearLayout
style="@style/SearchButton"
+ android:id="@+id/search_button_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"