Merge "Scale wallpaper thumbnails without altering aspect ratio" into jb-ub-now-indigo-rose

This commit is contained in:
Michael Jurka
2013-09-14 13:01:57 +00:00
committed by Android (Google) Code Review
+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>