summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2009-09-24 17:44:36 -0700
committerChih-Chung Chang <chihchung@google.com>2009-09-24 17:45:28 -0700
commitcef4defac47213905f8bc5677dad53fb60c2ee83 (patch)
treeafb84471d2f0e23f1c136c9202841ddb8c664928 /AndroidManifest.xml
parentc7e5e484f83da0d44b8f1d5639a8bfb2f53db469 (diff)
downloadpackages_apps_LegacyCamera-cef4defac47213905f8bc5677dad53fb60c2ee83.zip
packages_apps_LegacyCamera-cef4defac47213905f8bc5677dad53fb60c2ee83.tar.gz
packages_apps_LegacyCamera-cef4defac47213905f8bc5677dad53fb60c2ee83.tar.bz2
Disable animation for Camera and VideoCamera activities so the switch does not cause animation.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8e15056..e6216db 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,7 +23,7 @@
</receiver>
<activity android:name="Camera"
android:configChanges="orientation|keyboardHidden"
- android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
+ android:theme="@style/CustomTheme"
android:screenOrientation="landscape"
android:clearTaskOnLaunch="true"
android:taskAffinity="android.task.camera">
@@ -45,7 +45,7 @@
android:label="@string/video_camera_label"
android:configChanges="orientation|keyboardHidden"
android:icon="@drawable/ic_launcher_video_camera"
- android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
+ android:theme="@style/CustomTheme"
android:screenOrientation="landscape"
android:clearTaskOnLaunch="true"
android:taskAffinity="android.task.camcorder">