From 30e761ee7702cca4227502fc5adc969048c2ec20 Mon Sep 17 00:00:00 2001 From: Mike Cleron Date: Sun, 20 Sep 2009 15:25:11 -0700 Subject: Fix bug 2121734 (better guess at size of photo widget) --- res/layout/photo_frame.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout') 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" />