summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2011-12-12 15:07:28 +0800
committerOwen Lin <owenlin@google.com>2011-12-12 16:38:43 +0800
commit3d90f2cd73d5198bbdb684f02b311aaf7e499f77 (patch)
treead682f3afcba1d6c3014280424496a49972fdc68 /res/values/styles.xml
parente26a8c8f3f7c82b010a255988a2d92243da3d657 (diff)
downloadandroid_packages_apps_Snap-3d90f2cd73d5198bbdb684f02b311aaf7e499f77.tar.gz
android_packages_apps_Snap-3d90f2cd73d5198bbdb684f02b311aaf7e499f77.tar.bz2
android_packages_apps_Snap-3d90f2cd73d5198bbdb684f02b311aaf7e499f77.zip
Make sure the backgroud is cleared in MovieActivity.
Change-Id: I1a08c2df1a5c26bcb8de0900ec9c593c0f974d3d fix: 5742974
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 b26c72861..4f300cb60 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -24,6 +24,9 @@
<item name="android:colorBackground">@null</item>
<item name="android:colorBackgroundCacheHint">@null</item>
</style>
+ <style name="Theme.MovieActivity" parent="Theme.Gallery">
+ <item name="android:windowBackground">@android:color/black</item>
+ </style>
<style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar">
<item name="android:background">@drawable/actionbar_translucent</item>
<item name="android:backgroundStacked">@null</item>