Scale wallpaper thumbnails without altering aspect ratio

Bug: 10616928

Change-Id: I60f59a5c48fe02664229d9ebc1d497c91c49d99b
This commit is contained in:
Michael Jurka
2013-09-13 18:12:34 +02:00
parent 80521d95f9
commit 230851d41c
+1 -1
View File
@@ -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>