Fix small wallpaper thumbnails on some devices
Bug: 10616928
Change-Id: I9094f122ec5b0873c4babda42799e3840ec330c4
diff --git a/res/layout/wallpaper_picker_item.xml b/res/layout/wallpaper_picker_item.xml
index a1f9865..c73bd73 100644
--- a/res/layout/wallpaper_picker_item.xml
+++ b/res/layout/wallpaper_picker_item.xml
@@ -23,7 +23,7 @@
android:foreground="@drawable/wallpaper_gallery_item">
<ImageView
android:id="@+id/wallpaper_image"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:scaleType="fitXY" />
</FrameLayout>