summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-29 13:38:17 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-29 13:38:17 -0700
commit7a6688bf961da8d409b579db2bcb67fbbd963b90 (patch)
treef6d29939a7b7709b3ddd6031d705409504a78f33 /res
parentaa856117babfb4d4dd04d029a1832d9b2aa45622 (diff)
parent923c23592bab6e42e9e75be75bfdab29af70b91b (diff)
downloadandroid_packages_apps_Snap-7a6688bf961da8d409b579db2bcb67fbbd963b90.tar.gz
android_packages_apps_Snap-7a6688bf961da8d409b579db2bcb67fbbd963b90.tar.bz2
android_packages_apps_Snap-7a6688bf961da8d409b579db2bcb67fbbd963b90.zip
Merge "SnapdragonCamera: Fix wrong size in review" into camera.lnx.1.0-dev.1.0
Diffstat (limited to 'res')
-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"