summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWei-Ta Chen <weita@google.com>2010-02-24 11:34:22 +0800
committerWei-Ta Chen <weita@google.com>2010-02-24 13:56:57 +0800
commitb6be8b6567cc7d758ce58bc8ba1b05e1e9debfae (patch)
tree11ccd133c62ce0baa48cab9241636d933cf05592 /AndroidManifest.xml
parent17110a78c70e7f6112df64955023ccabc800439d (diff)
downloadLegacyCamera-b6be8b6567cc7d758ce58bc8ba1b05e1e9debfae.zip
LegacyCamera-b6be8b6567cc7d758ce58bc8ba1b05e1e9debfae.tar.gz
LegacyCamera-b6be8b6567cc7d758ce58bc8ba1b05e1e9debfae.tar.bz2
Enable enter and exit animations; and use overridePendingTransition
for disabling animations in switching VideoCamera and Camera. Bug: 2416396
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 9353304..87c4217 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -26,7 +26,7 @@
</receiver>
<activity android:name="Camera"
android:configChanges="orientation|keyboardHidden"
- android:theme="@style/CustomTheme"
+ android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:screenOrientation="landscape"
android:clearTaskOnLaunch="true"
android:taskAffinity="android.task.camera">
@@ -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">