summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMike Cleron <mcleron@google.com>2009-09-20 15:25:11 -0700
committerMike Cleron <mcleron@google.com>2009-09-20 15:25:11 -0700
commit30e761ee7702cca4227502fc5adc969048c2ec20 (patch)
tree43750ec503678bf731c487cdd3e2c980de55815a /res/layout
parent55345e97299810888d6efac0f5179f0700531c71 (diff)
downloadLegacyCamera-30e761ee7702cca4227502fc5adc969048c2ec20.zip
LegacyCamera-30e761ee7702cca4227502fc5adc969048c2ec20.tar.gz
LegacyCamera-30e761ee7702cca4227502fc5adc969048c2ec20.tar.bz2
Fix bug 2121734 (better guess at size of photo widget)
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photo_frame.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/photo_frame.xml b/res/layout/photo_frame.xml
index ca84481..d3cde77 100644
--- a/res/layout/photo_frame.xml
+++ b/res/layout/photo_frame.xml
@@ -23,7 +23,7 @@
android:id="@+id/photo"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:scaleType="center"
+ android:scaleType="centerCrop"
android:cropToPadding="true" />
<ImageView