Don't use dim behind for the search box.

This causes ugly artifacts, such as when dismissing, the full white
completions window disappears into the dimmed background and then
the dimmed background immediately starts undimming.  Likewise when
being displayed, the content behind dims down and then the full
white completions window appears on top.

Change-Id: Id33fb7a172796412143d84e4b3d8915624565f7d
This commit is contained in:
Dianne Hackborn
2010-03-23 10:38:46 -07:00
parent 85f2c9ce5a
commit e38ed5f18d

View File

@@ -471,7 +471,6 @@
<!-- Theme for the search input bar. -->
<style name="Theme.SearchBar" parent="Theme.Panel">
<item name="android:backgroundDimEnabled">true</item>
<item name="windowContentOverlay">@null</item>
</style>