summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-04-10 19:39:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-10 19:39:42 +0000
commit0f93e8be601f961804d7794a00df550300eb7fb7 (patch)
treec8d43d5888faba131703433bf62f0a6bbdefccbc
parent6ff650fd8ef417e5bdd181ebad0cbfa15fdb25c6 (diff)
parentca2b8a59482158870980e64dfce4ddef73d5ef84 (diff)
downloadandroid_packages_apps_Snap-0f93e8be601f961804d7794a00df550300eb7fb7.tar.gz
android_packages_apps_Snap-0f93e8be601f961804d7794a00df550300eb7fb7.tar.bz2
android_packages_apps_Snap-0f93e8be601f961804d7794a00df550300eb7fb7.zip
Merge "Correctly scale images in MTP importer" into gb-ub-photos-bryce
-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"