summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/wallpaper_picker_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/wallpaper_picker_item.xml b/res/layout/wallpaper_picker_item.xml
index a1f986518..c73bd73f2 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>