From b6be8b6567cc7d758ce58bc8ba1b05e1e9debfae Mon Sep 17 00:00:00 2001 From: Wei-Ta Chen Date: Wed, 24 Feb 2010 11:34:22 +0800 Subject: [PATCH] Enable enter and exit animations; and use overridePendingTransition for disabling animations in switching VideoCamera and Camera. Bug: 2416396 --- AndroidManifest.xml | 4 ++-- res/values/styles.xml | 8 -------- src/com/android/camera/MenuHelper.java | 3 +++ 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9353304..87c4217 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -26,7 +26,7 @@ @@ -48,7 +48,7 @@ android:label="@string/video_camera_label" android:configChanges="orientation|keyboardHidden" android:icon="@drawable/ic_launcher_video_camera" - android:theme="@style/CustomTheme" + android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" android:screenOrientation="landscape" android:clearTaskOnLaunch="true" android:taskAffinity="android.task.camcorder"> diff --git a/res/values/styles.xml b/res/values/styles.xml index fa1c690..67e59a0 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -57,20 +57,12 @@ wrap_content match_parent - -