summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/capture_module.xml')
-rw-r--r--res/layout/capture_module.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 07594cef3..dd7d3cb1b 100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -32,17 +32,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_vertical|center_horizontal">
-
<com.android.camera.ui.AutoFitSurfaceView
android:id="@+id/mdp_preview_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center" />
-
<com.android.camera.ui.AutoFitSurfaceView
- android:id="@+id/mdp_preview_content2"
android:layout_width="300dp"
- android:layout_height="300dp" />
+ android:layout_height="300dp"
+ android:id="@+id/mdp_preview_content_mono"
+ android:visibility="gone"/>
</FrameLayout>
<View