summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-09-08 19:15:45 +0800
committerChih-Chung Chang <chihchung@google.com>2011-09-09 16:16:15 +0800
commitb31e9fbe1c206866009e855d581fd6b221c89c18 (patch)
tree416203aabd5ce9d3a4e3aa7f4ec2e5e5b5e3243f /res/values/styles.xml
parentde3f564a56f96de70e01c82d8552d806acce2cf8 (diff)
downloadandroid_packages_apps_Gallery2-b31e9fbe1c206866009e855d581fd6b221c89c18.tar.gz
android_packages_apps_Gallery2-b31e9fbe1c206866009e855d581fd6b221c89c18.tar.bz2
android_packages_apps_Gallery2-b31e9fbe1c206866009e855d581fd6b221c89c18.zip
Fix 5221190: Make movie player background black.
Change-Id: I2ffb81a2b0aa267a14f7fbe03afe3c3e95dd1069
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 67c93f8e7..c9beab5da 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -20,6 +20,9 @@
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:actionBarStyle">@style/Holo.ActionBar</item>
+ <item name="android:windowBackground">@null</item>
+ <item name="android:colorBackground">@null</item>
+ <item name="android:colorBackgroundCacheHint">@null</item>
</style>
<style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar">
<item name="android:background">@drawable/actionbar_translucent</item>