summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-04-12 15:40:00 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-21 18:45:51 -0700
commitc4ad87b4a6ddc6096958277938946c7ea8cad4a5 (patch)
tree072a145405eb9d076c4d9a1c9ad7ab15418ec942 /res/layout/capture_module.xml
parentd92108bb8d8548f0760fb103286751c62497459d (diff)
downloadandroid_packages_apps_Snap-c4ad87b4a6ddc6096958277938946c7ea8cad4a5.tar.gz
android_packages_apps_Snap-c4ad87b4a6ddc6096958277938946c7ea8cad4a5.tar.bz2
android_packages_apps_Snap-c4ad87b4a6ddc6096958277938946c7ea8cad4a5.zip
SnapdragonCamera: Replace SurfaceView with AutoFitSurfaceView
Replace SurfaceView with AutoFitSurfaceView Change-Id: Id4bf27e3b16f12ff4cfdce47224ff871b3981838 CRs-Fixed: 989750
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 02c32acab..a68af5e08 100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -33,12 +33,12 @@
android:layout_height="match_parent"
android:layout_gravity="center_vertical|center_horizontal">
- <SurfaceView
+ <com.android.camera.ui.AutoFitSurfaceView
android:id="@+id/mdp_preview_content"
android:layout_width="match_parent"
android:layout_height="match_parent" />
- <SurfaceView
+ <com.android.camera.ui.AutoFitSurfaceView
android:id="@+id/mdp_preview_content2"
android:layout_width="300dp"
android:layout_height="300dp" />