summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp/wallpaper_item.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-24 13:52:29 -0700
committerWinson Chung <winsonc@google.com>2011-10-25 12:06:05 -0700
commitf8c1b58b8f8b320cfe52b82559d2199be249cb6a (patch)
tree7098dc9c913c39352e668766043cbd3bcdeac31f /res/layout-sw600dp/wallpaper_item.xml
parentf060868dd6ca8fb2f199fefd5cbb19a75ac2c108 (diff)
downloadandroid_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.tar.gz
android_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.tar.bz2
android_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.zip
Fixing small tablet issues
- Removing phone search container bg from tablet ui - Fixing the tab text for tablet AppsCustomize - Fixing wallpaper items in wallpaper chooser Change-Id: I3424cd8f32a767844b8bed54437f746a0fc381e5
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