summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2009-11-05 15:06:55 -0500
committerDaniel Sandler <dsandler@google.com>2009-11-05 15:06:55 -0500
commit7e2a10d904ce52bde6e887b9c257709729f39613 (patch)
tree1e8551b61413f97332d417580be6fe12456b785d /AndroidManifest.xml
parentdf807b99f41a1fe3237c13e52fd36482df4eb92b (diff)
downloadandroid_packages_wallpapers_LivePicker-7e2a10d904ce52bde6e887b9c257709729f39613.tar.gz
android_packages_wallpapers_LivePicker-7e2a10d904ce52bde6e887b9c257709729f39613.tar.bz2
android_packages_wallpapers_LivePicker-7e2a10d904ce52bde6e887b9c257709729f39613.zip
Revised live wallpaper picker metadata display.
Replace the small BubbleView at the bottom with a block of music-video-style text, showing: Title Author Description Other minor changes to match final UI specification. Part of the fix for http://b/2235307 .
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4dea1fc..9fd1077 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,7 +33,7 @@
<activity android:name="LiveWallpaperPickActivity"
android:icon="@drawable/ic_launcher_appwidget"
android:label="@string/live_wallpaper_picker_title"
- android:theme="@android:style/Theme.Wallpaper">
+ android:theme="@android:style/Theme.Wallpaper.NoTitleBar">
<intent-filter>
<action android:name="android.service.wallpaper.LIVE_WALLPAPER_CHOOSER" />
<action android:name="android.intent.action.SET_WALLPAPER" />