am 18edf869: Remove the shadow in the bookmark as it doesn\'t have title.
Merge commit '18edf86985b23b63c65f5729c747e16dc5c915fc' into eclair-plus-aosp
* commit '18edf86985b23b63c65f5729c747e16dc5c915fc':
Remove the shadow in the bookmark as it doesn't have title.
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 21ab98f..fa29a2a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -28,6 +28,7 @@
<style name="BookmarkTheme" parent="@android:Theme.Black">
<item name="android:windowNoTitle">true</item>
+ <item name="android:windowContentOverlay">@null</item>
</style>
<style name="AutoCompleteTextView">