From 38ecb1ea859dd1ea56c51993eb715b8bf185bdbd Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Wed, 5 Jan 2011 14:59:30 -0800 Subject: [PATCH] Use an opaque background for the search bar in legacy SearchDialog. Bug: 3325966 --- core/res/res/layout/search_bar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout/search_bar.xml b/core/res/res/layout/search_bar.xml index 4bc2d1af83d4e..ccc6326630a65 100644 --- a/core/res/res/layout/search_bar.xml +++ b/core/res/res/layout/search_bar.xml @@ -25,7 +25,7 @@ android:layout_height="wrap_content" android:orientation="horizontal" android:focusable="true" - android:background="?attr/actionModeBackground" + android:background="@drawable/cab_background_opaque_holo_light" android:descendantFocusability="afterDescendants">