OSDN Git Service

Don't let the magic smoke out!
authorMarco Nelissen <marcone@google.com>
Tue, 10 Nov 2009 16:22:06 +0000 (08:22 -0800)
committerMarco Nelissen <marcone@google.com>
Tue, 10 Nov 2009 18:19:51 +0000 (10:19 -0800)
commit423d39f6a9fd7b6399b92a272eadc49676375f48
tree3994c10ff1692951a5de252db6f5baa93d91382c
parent425c152170cade85a8e53f554c2f835eab78c30b
Don't let the magic smoke out!
21 files changed:
Android.mk [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
MODULE_LICENSE_APACHE2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
res/drawable-hdpi/noise1.png [new file with mode: 0644]
res/drawable-hdpi/noise2.png [new file with mode: 0644]
res/drawable-hdpi/noise3.png [new file with mode: 0644]
res/drawable-hdpi/noise4.png [new file with mode: 0644]
res/drawable-hdpi/noise5.png [new file with mode: 0644]
res/drawable/ic_launcher_wallpaper.png [new file with mode: 0644]
res/drawable/magicsmoke_thumb.png [new file with mode: 0644]
res/layout/selector.xml [new file with mode: 0644]
res/raw/clouds.rs [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/values/styles.xml [new file with mode: 0644]
res/xml/magicsmoke.xml [new file with mode: 0644]
src/com/android/magicsmoke/MagicSmoke.java [new file with mode: 0644]
src/com/android/magicsmoke/MagicSmokeRS.java [new file with mode: 0644]
src/com/android/magicsmoke/MagicSmokeSelector.java [new file with mode: 0644]
src/com/android/magicsmoke/RenderScriptScene.java [new file with mode: 0644]
src/com/android/magicsmoke/RenderScriptWallpaper.java [new file with mode: 0644]