summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rwxr-xr-x[-rw-r--r--]res/layout/capture_module.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 49dcbf66e..2c381bfdf 100644..100755
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -133,12 +133,12 @@
android:layout_width="match_parent"
android:background="@android:color/black"
android:visibility="gone">
- <ImageView
+ <com.android.camera.ui.RotateImageView
android:id="@+id/preview_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:adjustViewBounds="true"
- android:scaleType="fitXY"/>
+ android:background="@android:color/black"
+ android:scaleType="fitCenter"/>
<ImageView
android:id="@+id/preview_play"