summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorCheng-Ru Lin <owenlin@google.com>2009-09-30 11:57:50 +0800
committerCheng-Ru Lin <owenlin@google.com>2009-09-30 14:42:27 +0800
commit2bc4714bcd7233cd7a3fd0bb4aa261c48d2d9f79 (patch)
tree8487bafc6eb83e578d48737ef73034604ddaea7d /AndroidManifest.xml
parent0685e02a7819b0615e2d23b65b04a6c80f15dd53 (diff)
downloadpackages_apps_LegacyCamera-2bc4714bcd7233cd7a3fd0bb4aa261c48d2d9f79.tar.gz
packages_apps_LegacyCamera-2bc4714bcd7233cd7a3fd0bb4aa261c48d2d9f79.tar.bz2
packages_apps_LegacyCamera-2bc4714bcd7233cd7a3fd0bb4aa261c48d2d9f79.zip
Fine tune some UI stuff.
1. Use no animation between camera / review mode. Thus, we must have same layout for three types of control panel. 2. Since we have better algorithm to calculate the preview size. Let the gripper be the same in mdpi and hdpi devices. 3. Keep some border on the right size of image view. Otherwise, it looks odds in HVGA devices. Change-Id: I65b13222cace230f09e6b33f311fd2b79758e93e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8bd652af..823dcd9b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -125,6 +125,7 @@
</activity>
<activity android:name="ReviewImage"
android:label="@string/view_label"
+ android:theme="@style/CustomTheme"
android:screenOrientation="behind"
android:configChanges="orientation|keyboardHidden">
<intent-filter>