summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2017-05-08 16:22:36 +0530
committerCamera Software Integration <camswint@localhost>2017-05-08 16:22:36 +0530
commit4c861ed100561fe2ebc6c890a891a17ffa3c418d (patch)
tree7d0dce995b832f468d93d27e44589adc09e13e28 /res/layout
parent9cce1f7eb64e767266641fc18b831219861aa16d (diff)
parentd35d20015170337d5b6092e852b2f54fde487ce3 (diff)
downloadandroid_packages_apps_Snap-4c861ed100561fe2ebc6c890a891a17ffa3c418d.tar.gz
android_packages_apps_Snap-4c861ed100561fe2ebc6c890a891a17ffa3c418d.tar.bz2
android_packages_apps_Snap-4c861ed100561fe2ebc6c890a891a17ffa3c418d.zip
Merge tag 'camera.lnx.2.0-00010' into camera.lnx.3.0-dev
Merge tag 'camera.lnx.2.0-00010' into camera.lnx.3.0-dev Change-Id: I7e8e12e01f16093e1bda744de511c29e1ec26570
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"