Use an opaque background for the search bar in legacy SearchDialog.

Bug: 3325966
This commit is contained in:
Amith Yamasani
2011-01-05 14:59:30 -08:00
parent 864dd1ca3a
commit 38ecb1ea85

View File

@@ -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">
<RelativeLayout