summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
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 c5d8528..97be05b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -45,7 +45,7 @@
<activity android:name="LiveWallpaperPreview"
android:icon="@drawable/ic_launcher_appwidget"
android:label="@string/live_wallpaper_preview_title"
- android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
+ android:theme="@style/Preview"
android:screenOrientation="nosensor" />
</application>