summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp/wallpaper_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw600dp/wallpaper_item.xml')
-rw-r--r--res/layout-sw600dp/wallpaper_item.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/res/layout-sw600dp/wallpaper_item.xml b/res/layout-sw600dp/wallpaper_item.xml
index 9a596cb8d..9461e3b55 100644
--- a/res/layout-sw600dp/wallpaper_item.xml
+++ b/res/layout-sw600dp/wallpaper_item.xml
@@ -16,13 +16,11 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:padding="@dimen/live_wallpaper_grid_item_padding">
- <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:background="@drawable/wallpaper_gallery_item">
+ <ImageView
android:id="@+id/wallpaper_image"
android:layout_width="@dimen/wallpaper_chooser_grid_width"
android:layout_height="@dimen/wallpaper_chooser_grid_height"
android:scaleType="centerCrop"
- android:adjustViewBounds="false"
- android:focusable="false"
- android:padding="0dp" />
+ android:focusable="true" />
</FrameLayout> \ No newline at end of file