summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-24 13:47:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-24 13:47:55 -0700
commitcf0172d56c737c741f9cd62cb24020e9cd0de4a5 (patch)
treed0948ba98231fa0d2b0f4fb049fc480dd1f5402c /res
parentefad83059881d20ff97ec277581d54492bae6213 (diff)
parentcbf7c4d50ce2609518640c3f590f6df435edabae (diff)
downloadandroid_packages_apps_Trebuchet-cf0172d56c737c741f9cd62cb24020e9cd0de4a5.tar.gz
android_packages_apps_Trebuchet-cf0172d56c737c741f9cd62cb24020e9cd0de4a5.tar.bz2
android_packages_apps_Trebuchet-cf0172d56c737c741f9cd62cb24020e9cd0de4a5.zip
Merge "Hiding search bar buttons when qsb is disabled. (5187969, 5201453)"
Diffstat (limited to 'res')
-rw-r--r--res/layout-port/search_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-port/search_bar.xml b/res/layout-port/search_bar.xml
index b65da0b65..d548453ac 100644
--- a/res/layout-port/search_bar.xml
+++ b/res/layout-port/search_bar.xml
@@ -22,7 +22,7 @@
<!-- Global search icon -->
<LinearLayout
style="@style/SearchButton"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"