summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2011-10-11 15:40:47 -0700
committerMarco Nelissen <marcone@google.com>2011-10-13 14:54:28 -0700
commitce631a529b74ae79acc0d37da34a5ce8722fbc8c (patch)
tree898e5a8e0110b457acecdb217c25d0967a1b975f /res
parentc41a4fc7026ceb6567935abe221340cc4d6b7b73 (diff)
downloadandroid_packages_wallpapers_MagicSmoke-ce631a529b74ae79acc0d37da34a5ce8722fbc8c.tar.gz
android_packages_wallpapers_MagicSmoke-ce631a529b74ae79acc0d37da34a5ce8722fbc8c.tar.bz2
android_packages_wallpapers_MagicSmoke-ce631a529b74ae79acc0d37da34a5ce8722fbc8c.zip
Apply settings immediately, like other wallpapers.
Don't have an explicit "OK" button to apply the current preset, but just apply it immediately, like other wallpapers with settings do. Also use a different default setting that is more in line with the overall ICS theme, and update the thumbnail accordingly. b/5288769 Change-Id: Ibe35b74c3d5c9ad35708b98007d9bb0a396a25c2
Diffstat (limited to 'res')
-rw-r--r--res/drawable/magicsmoke_thumb.pngbin26811 -> 18483 bytes
-rw-r--r--res/layout/selector.xml9
2 files changed, 0 insertions, 9 deletions
diff --git a/res/drawable/magicsmoke_thumb.png b/res/drawable/magicsmoke_thumb.png
index 8c937b8..0349547 100644
--- a/res/drawable/magicsmoke_thumb.png
+++ b/res/drawable/magicsmoke_thumb.png
Binary files differ
diff --git a/res/layout/selector.xml b/res/layout/selector.xml
index 9b6b22f..304d305 100644
--- a/res/layout/selector.xml
+++ b/res/layout/selector.xml
@@ -31,13 +31,4 @@
android:background="#40000000"
/>
- <Button
- android:layout_width="160dip"
- android:layout_height="wrap_content"
- android:text="@string/ok"
- android:onClick="setLiveWallpaper"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true"
- />
-
</RelativeLayout>