summaryrefslogtreecommitdiffstats
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
commitfbc9e7b0da5d577e25916a8ea806cdea657c763e (patch)
treed99387e2bc4f3a62c43e88458feceb9950a847e1
parentb8236aa449d0f5c5088598a9c50f801f5a8b48e4 (diff)
downloadandroid_packages_apps_Snap-fbc9e7b0da5d577e25916a8ea806cdea657c763e.tar.gz
android_packages_apps_Snap-fbc9e7b0da5d577e25916a8ea806cdea657c763e.tar.bz2
android_packages_apps_Snap-fbc9e7b0da5d577e25916a8ea806cdea657c763e.zip
Make sure the backgroud is cleared in MovieActivity.
Change-Id: I1a08c2df1a5c26bcb8de0900ec9c593c0f974d3d fix: 5742974
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a4cc2dd33..1477cf39f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -31,6 +31,7 @@
android:theme="@style/Theme.Gallery">
<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" />