From b6be8b6567cc7d758ce58bc8ba1b05e1e9debfae Mon Sep 17 00:00:00 2001 From: Wei-Ta Chen Date: Wed, 24 Feb 2010 11:34:22 +0800 Subject: Enable enter and exit animations; and use overridePendingTransition for disabling animations in switching VideoCamera and Camera. Bug: 2416396 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 93533041..87c42176 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"> -- cgit v1.2.3