summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-02-10 11:47:29 -0800
committerJay Wang <jaywang@codeaurora.org>2016-03-30 15:54:49 -0700
commit1b30b78434547a368de2a918476e749db8dad96c (patch)
tree1598bd5094425c582ebd9da4f5a8e3d8a2d9d16c /res/layout/capture_module.xml
parent3618eb79912c36216b197580e54e366ab19d2a61 (diff)
downloadandroid_packages_apps_Snap-1b30b78434547a368de2a918476e749db8dad96c.tar.gz
android_packages_apps_Snap-1b30b78434547a368de2a918476e749db8dad96c.tar.bz2
android_packages_apps_Snap-1b30b78434547a368de2a918476e749db8dad96c.zip
SnapdragonCamera: Camera2 add dual camera
Add Camera2 dual camera support to SnapdragonCamera CRs-Fixed: 989750 Change-Id: I45a749ad03a531286a39cbfcfdcb65e5cad4759e
Diffstat (limited to 'res/layout/capture_module.xml')
-rw-r--r--res/layout/capture_module.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 2715dcbe2..02c32acab 100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -40,8 +40,8 @@
<SurfaceView
android:id="@+id/mdp_preview_content2"
- android:layout_width="100dp"
- android:layout_height="100dp" />
+ android:layout_width="300dp"
+ android:layout_height="300dp" />
</FrameLayout>
<View