summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-04-10 11:46:56 -0700
committerBobby Georgescu <georgescu@google.com>2013-04-10 11:49:28 -0700
commitca2b8a59482158870980e64dfce4ddef73d5ef84 (patch)
treeda7f81a057273c15ea8116f3588a29531ba4e4e2 /res
parentfffe840ee919a43c1a1fa8f11782068e93c8cd13 (diff)
downloadandroid_packages_apps_Snap-ca2b8a59482158870980e64dfce4ddef73d5ef84.tar.gz
android_packages_apps_Snap-ca2b8a59482158870980e64dfce4ddef73d5ef84.tar.bz2
android_packages_apps_Snap-ca2b8a59482158870980e64dfce4ddef73d5ef84.zip
Correctly scale images in MTP importer
Bug: 8293048 Change-Id: Ib46a6ce13aeea6a59706790b69be29215be7ebc4
Diffstat (limited to 'res')
-rw-r--r--res/layout/ingest_fullsize.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/ingest_fullsize.xml b/res/layout/ingest_fullsize.xml
index 4100ca13d..ab88bd712 100644
--- a/res/layout/ingest_fullsize.xml
+++ b/res/layout/ingest_fullsize.xml
@@ -23,7 +23,7 @@
android:layout_height="fill_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
- android:scaleType="centerInside" />
+ android:scaleType="matrix" />
<CheckBox
android:id="@+id/ingest_fullsize_image_checkbox"