OSDN Git Service

Remove the black layer in MovieActivity.
authorOwen Lin <owenlin@google.com>
Wed, 16 May 2012 20:52:02 +0000 (13:52 -0700)
committerOwen Lin <owenlin@google.com>
Wed, 16 May 2012 20:52:02 +0000 (13:52 -0700)
bug:6491674
Change-Id: I45323fde110b05eda2a342c8f0a85a3ba219d1da

AndroidManifest.xml
res/values/styles.xml

index d60ba3f..3212f5c 100644 (file)
@@ -41,7 +41,6 @@
         <uses-library android:name="com.google.android.media.effects" android:required="false" />
         <activity android:name="com.android.gallery3d.app.MovieActivity"
                 android:label="@string/movie_view_label"
-                android:theme="@style/Theme.MovieActivity"
                 android:configChanges="orientation|keyboardHidden|screenSize">
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />
index 0ef23f9..d619938 100644 (file)
@@ -23,9 +23,6 @@
         <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:displayOptions">useLogo|showHome</item>
         <item name="android:background">@drawable/actionbar_translucent</item>