OSDN Git Service

Don't use dim behind for the search box.
authorDianne Hackborn <hackbod@google.com>
Tue, 23 Mar 2010 17:38:46 +0000 (10:38 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 23 Mar 2010 17:38:46 +0000 (10:38 -0700)
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

core/res/res/values/themes.xml

index 9e19c57..6dae8b8 100644 (file)
 
     <!-- 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>