commit | 230851d41ca01af2450d8a716a43314ff4bcaf44 | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Fri Sep 13 18:12:34 2013 +0200 |
committer | Michael Jurka <mikejurka@google.com> | Fri Sep 13 18:13:24 2013 +0200 |
tree | 66ad6585ebdf76e1f01636489ef168e990a99f7c | |
parent | 80521d95f96f6eb630c269f899ecc28b809fb5ba [diff] |
Scale wallpaper thumbnails without altering aspect ratio Bug: 10616928 Change-Id: I60f59a5c48fe02664229d9ebc1d497c91c49d99b
diff --git a/res/layout/wallpaper_picker_item.xml b/res/layout/wallpaper_picker_item.xml index 06f01c9..79d45c0 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" /> </com.android.launcher3.CheckableFrameLayout>