commit | 18edf86985b23b63c65f5729c747e16dc5c915fc | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Wed Sep 30 19:20:42 2009 -0700 |
committer | Grace Kloba <klobag@google.com> | Wed Sep 30 19:20:42 2009 -0700 |
tree | a8b6e3f40a78c07435b2af65bbfdcdaafbabcf6a | |
parent | bd7d51781ccc0b3a067d17f417c5097cde94f25d [diff] |
Remove the shadow in the bookmark as it doesn't have title. Fix http://b/issue?id=2158516
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">