summaryrefslogtreecommitdiffstats
path: root/res/values/dimensions.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2009-11-16 13:53:12 -0500
committerDaniel Sandler <dsandler@google.com>2009-11-16 13:53:12 -0500
commitead6e21b361b09c1dfbb762503bd52a6dc6e0239 (patch)
treedf433cc017207290ba6decd55044ff022a406ca4 /res/values/dimensions.xml
parent88e7aada92f19b85cc4c334266ffe32aa37d5019 (diff)
downloadandroid_packages_wallpapers_LivePicker-ead6e21b361b09c1dfbb762503bd52a6dc6e0239.tar.gz
android_packages_wallpapers_LivePicker-ead6e21b361b09c1dfbb762503bd52a6dc6e0239.tar.bz2
android_packages_wallpapers_LivePicker-ead6e21b361b09c1dfbb762503bd52a6dc6e0239.zip
Clean up live wallpaper picker list.
Author information is no longer shown (ultimately not meaningful information). LWs can add an attribution to their descriptions if necessary. Note that the preferred geometry of a LW thumbnail image is now square. (This allows for more descriptive text, and is also easier for the author to get right.) Bug: http://b/2261754
Diffstat (limited to 'res/values/dimensions.xml')
-rw-r--r--res/values/dimensions.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/dimensions.xml b/res/values/dimensions.xml
index 080a55a..d0ee3a6 100644
--- a/res/values/dimensions.xml
+++ b/res/values/dimensions.xml
@@ -20,6 +20,6 @@
<resources>
<dimen name="live_wallpaper_thumbnail_text_size">14dip</dimen>
<dimen name="live_wallpaper_thumbnail_text_offset">12dip</dimen>
- <dimen name="live_wallpaper_thumbnail_width">100dip</dimen>
- <dimen name="live_wallpaper_thumbnail_height">79dip</dimen>
+ <dimen name="live_wallpaper_thumbnail_width">75dip</dimen>
+ <dimen name="live_wallpaper_thumbnail_height">75dip</dimen>
</resources>