summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 97be05b..94d925a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -28,10 +28,10 @@
<application
android:process="android.process.acore"
android:label="@string/application_name"
- android:icon="@drawable/ic_launcher_appwidget">
+ android:icon="@drawable/ic_launcher_live_wallpaper">
<activity android:name="LiveWallpaperListActivity"
- android:icon="@drawable/ic_launcher_appwidget"
+ android:icon="@drawable/ic_launcher_live_wallpaper"
android:label="@string/live_wallpaper_picker_title"
android:theme="@android:style/Theme.NoTitleBar"
android:screenOrientation="nosensor">
@@ -43,7 +43,7 @@
</activity>
<activity android:name="LiveWallpaperPreview"
- android:icon="@drawable/ic_launcher_appwidget"
+ android:icon="@drawable/ic_launcher_live_wallpaper"
android:label="@string/live_wallpaper_preview_title"
android:theme="@style/Preview"
android:screenOrientation="nosensor" />