summaryrefslogtreecommitdiffstats
path: root/res/layout/wallpaper_picker_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/wallpaper_picker_item.xml')
-rw-r--r--res/layout/wallpaper_picker_item.xml2
1 files changed, 1 insertions, 1 deletions
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" />
</com.android.launcher3.CheckableFrameLayout>