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
committerSteve Kondik <steve@cyngn.com>2016-08-21 18:45:51 -0700
commit2e1de0b787020d6901d5b08d0ba615793f7e98a7 (patch)
treefcbbef7661c830a2a69553664a4032aa11c8b9c3 /res/layout/capture_module.xml
parenta89fa03de39f2f44ae2f116d56eed56b456cbcd9 (diff)
downloadandroid_packages_apps_Snap-2e1de0b787020d6901d5b08d0ba615793f7e98a7.tar.gz
android_packages_apps_Snap-2e1de0b787020d6901d5b08d0ba615793f7e98a7.tar.bz2
android_packages_apps_Snap-2e1de0b787020d6901d5b08d0ba615793f7e98a7.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