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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user