OSDN Git Service

Make sure the backgroud is cleared in MovieActivity.
authorOwen Lin <owenlin@google.com>
Mon, 12 Dec 2011 07:07:28 +0000 (15:07 +0800)
committerOwen Lin <owenlin@google.com>
Mon, 12 Dec 2011 08:38:43 +0000 (16:38 +0800)
Change-Id: I1a08c2df1a5c26bcb8de0900ec9c593c0f974d3d
fix: 5742974

res/values/styles.xml

index b26c728..4f300cb 100644 (file)
@@ -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>