From 230851d41ca01af2450d8a716a43314ff4bcaf44 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Fri, 13 Sep 2013 18:12:34 +0200 Subject: [PATCH] Scale wallpaper thumbnails without altering aspect ratio Bug: 10616928 Change-Id: I60f59a5c48fe02664229d9ebc1d497c91c49d99b --- res/layout/wallpaper_picker_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/wallpaper_picker_item.xml b/res/layout/wallpaper_picker_item.xml index 06f01c94d..79d45c02d 100644 --- a/res/layout/wallpaper_picker_item.xml +++ b/res/layout/wallpaper_picker_item.xml @@ -26,5 +26,5 @@ android:id="@+id/wallpaper_image" android:layout_width="match_parent" android:layout_height="match_parent" - android:scaleType="fitXY" /> + android:scaleType="centerCrop" /> -- 2.11.0