summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-04-12 15:40:00 -0700
committerByunghun Jeon <bjeon@codeaurora.org>2016-04-12 15:40:00 -0700
commit2e21fb71f78b7dcb0c0bfa807ef04e40b2aaeff1 (patch)
treeb892ca84e3586297cf47d638403263786098ef26 /res
parente3db0562ccca424f6c051c9ba487f37086da7720 (diff)
downloadandroid_packages_apps_Snap-2e21fb71f78b7dcb0c0bfa807ef04e40b2aaeff1.tar.gz
android_packages_apps_Snap-2e21fb71f78b7dcb0c0bfa807ef04e40b2aaeff1.tar.bz2
android_packages_apps_Snap-2e21fb71f78b7dcb0c0bfa807ef04e40b2aaeff1.zip
SnapdragonCamera: Replace SurfaceView with AutoFitSurfaceView
Replace SurfaceView with AutoFitSurfaceView Change-Id: Id4bf27e3b16f12ff4cfdce47224ff871b3981838 CRs-Fixed: 989750
Diffstat (limited to 'res')
-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..c6adf0239 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="100dp"
android:layout_height="100dp" />