summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2016-12-20 02:55:14 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-20 02:55:14 -0800
commitd55962ca56c476137d9d3b7c9519236e1ed8615a (patch)
treea06104c36c9235097a8822bfad23fb6cea7fa211 /res
parent37e6de55329fc3fe529d324736fae8767e64fcd2 (diff)
parentf660ebb22938f60323c704002c707e4e6d461694 (diff)
downloadandroid_packages_apps_Snap-d55962ca56c476137d9d3b7c9519236e1ed8615a.tar.gz
android_packages_apps_Snap-d55962ca56c476137d9d3b7c9519236e1ed8615a.tar.bz2
android_packages_apps_Snap-d55962ca56c476137d9d3b7c9519236e1ed8615a.zip
Merge "SnapdragonCamera:Fix bestPicture display in wrong size" into camera.lnx.1.0-dev.1.0
Diffstat (limited to 'res')
-rwxr-xr-x[-rw-r--r--]res/layout/bestpicture_page.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/bestpicture_page.xml b/res/layout/bestpicture_page.xml
index d6b6022c8..5a1b604f0 100644..100755
--- a/res/layout/bestpicture_page.xml
+++ b/res/layout/bestpicture_page.xml
@@ -34,9 +34,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<ImageView
android:id="@+id/image_view"
android:adjustViewBounds="true"
- android:scaleType="fitXY"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:scaleType="fitCenter"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:layout_gravity="center" />
<RelativeLayout
android:layout_width="match_parent"