summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2014-12-18 23:25:22 +0800
committerLikai Ding <likaid@codeaurora.org>2015-01-08 17:58:23 +0800
commit37c3c7cc832adbd8b78fa0a3e1f8d074111638d9 (patch)
tree3600024572e813303d01bdcec417ed271762cb76 /res/layout
parentcc56779da62644898eb319d4b296f69d6d820013 (diff)
downloadandroid_packages_apps_Snap-37c3c7cc832adbd8b78fa0a3e1f8d074111638d9.tar.gz
android_packages_apps_Snap-37c3c7cc832adbd8b78fa0a3e1f8d074111638d9.tar.bz2
android_packages_apps_Snap-37c3c7cc832adbd8b78fa0a3e1f8d074111638d9.zip
SnapdragonCamera: support 4:3 preview on 16:9 screen
When preview is set to 4:3 on a 16:9 screen, resize SurfaceView to 4:3 and cover other parts of the screen. Otherwise camera controls have a semi-transparent background. Change-Id: Icfbe6318b6a9de9a988468078b474e842f6ddd8c
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photo_module.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index 5047112a0..9407e1af9 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -124,12 +124,16 @@
android:background="@android:color/white"
android:visibility="gone"
android:alpha="0" />
+ <FrameLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<ViewStub android:id="@+id/face_view_stub"
android:inflatedId="@+id/face_view"
android:layout="@layout/face_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"/>
+ </FrameLayout>
<com.android.camera.ui.RenderOverlay
android:id="@+id/render_overlay"
android:layout_width="match_parent"