summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-03-27 20:17:52 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-10-25 11:55:30 +0200
commit14f6d84c32da0f2f88ea95f3cef7bf9da8a495c3 (patch)
treee7893026669e5d67480b659bb9d9cd77e41547f0
parent09618116991575a0bd725dcaa3434c72d1bf8060 (diff)
downloadandroid_packages_wallpapers_PhaseBeam-14f6d84c32da0f2f88ea95f3cef7bf9da8a495c3.tar.gz
android_packages_wallpapers_PhaseBeam-14f6d84c32da0f2f88ea95f3cef7bf9da8a495c3.tar.bz2
android_packages_wallpapers_PhaseBeam-14f6d84c32da0f2f88ea95f3cef7bf9da8a495c3.zip
New Material icon
* Created by Jovie Brett Bardoles Change-Id: I1b8dd3f28cfeceab5f41ebcfda969f121a7ff6bc
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/drawable-hdpi/icon.pngbin6939 -> 0 bytes
-rw-r--r--res/drawable-mdpi/icon.pngbin3744 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/icon.pngbin10942 -> 0 bytes
-rw-r--r--res/mipmap-hdpi/ic_launcher_wallpaper.pngbin0 -> 25180 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_wallpaper.pngbin0 -> 23700 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_wallpaper.pngbin0 -> 26807 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher_wallpaper.pngbin0 -> 30144 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher_wallpaper.pngbin0 -> 34089 bytes
9 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 04e6782..0e8d304 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -7,7 +7,9 @@
<uses-feature android:name="android.software.live_wallpaper" />
- <application android:icon="@drawable/icon" android:label="@string/wallpaper_label">
+ <application
+ android:icon="@mipmap/ic_launcher_wallpaper"
+ android:label="@string/wallpaper_label">
<service
android:name=".PhaseBeamWallpaper"
android:label="@string/wallpaper_label"
diff --git a/res/drawable-hdpi/icon.png b/res/drawable-hdpi/icon.png
deleted file mode 100644
index 2eab6f2..0000000
--- a/res/drawable-hdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/icon.png b/res/drawable-mdpi/icon.png
deleted file mode 100644
index 63aec6f..0000000
--- a/res/drawable-mdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/icon.png b/res/drawable-xhdpi/icon.png
deleted file mode 100644
index 8ea9c48..0000000
--- a/res/drawable-xhdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-hdpi/ic_launcher_wallpaper.png b/res/mipmap-hdpi/ic_launcher_wallpaper.png
new file mode 100644
index 0000000..368e53d
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher_wallpaper.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_wallpaper.png b/res/mipmap-mdpi/ic_launcher_wallpaper.png
new file mode 100644
index 0000000..575f440
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher_wallpaper.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_wallpaper.png b/res/mipmap-xhdpi/ic_launcher_wallpaper.png
new file mode 100644
index 0000000..66049f1
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_launcher_wallpaper.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_wallpaper.png b/res/mipmap-xxhdpi/ic_launcher_wallpaper.png
new file mode 100644
index 0000000..2459235
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher_wallpaper.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher_wallpaper.png b/res/mipmap-xxxhdpi/ic_launcher_wallpaper.png
new file mode 100644
index 0000000..ac4f89d
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher_wallpaper.png
Binary files differ