summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/wallpaper_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/wallpaper_item.xml')
-rw-r--r--res/layout-xlarge/wallpaper_item.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-xlarge/wallpaper_item.xml b/res/layout-xlarge/wallpaper_item.xml
index 4246b9ab5..e17c046da 100644
--- a/res/layout-xlarge/wallpaper_item.xml
+++ b/res/layout-xlarge/wallpaper_item.xml
@@ -15,9 +15,9 @@
-->
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="@dimen/wallpaper_small_width"
- android:layout_height="wrap_content"
- android:padding="5dp"
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/wallpaper_chooser_grid_height"
+ android:padding="6dp"
android:scaleType="fitXY"
android:adjustViewBounds="false"
android:focusable="false" />