summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-08-10 15:10:15 -0700
committerRomain Guy <romainguy@android.com>2009-08-10 15:10:15 -0700
commitb1b69f53a878ca45a2781bb0d713f3f97d594aa4 (patch)
tree8117627d293f4793731ada0aedc6bf8e851df0f5 /res/values/styles.xml
parent0bed662a2eea89304bc397457829967529c7a2cc (diff)
downloadandroid_packages_apps_Trebuchet-b1b69f53a878ca45a2781bb0d713f3f97d594aa4.tar.gz
android_packages_apps_Trebuchet-b1b69f53a878ca45a2781bb0d713f3f97d594aa4.tar.bz2
android_packages_apps_Trebuchet-b1b69f53a878ca45a2781bb0d713f3f97d594aa4.zip
Enable live wallpaper in Launcher2
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6f4365fe3..6c43c1ec8 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -18,8 +18,7 @@
-->
<resources>
- <style name="Theme" parent="android:Theme">
- <item name="android:windowBackground">@null</item>
+ <style name="Theme" parent="android:Theme.Wallpaper">
<item name="android:windowNoTitle">true</item>
</style>