summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-03-27 20:17:21 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-10-25 11:54:33 +0200
commit2d8c8acd933220e3c9b1b0c845b76d54e012fb3f (patch)
tree158a1187b2181d707ae8129905affbb2b842c883
parenta5361f57a0dd501a28345a393a5df36b3a2d4905 (diff)
downloadandroid_packages_wallpapers_NoiseField-2d8c8acd933220e3c9b1b0c845b76d54e012fb3f.tar.gz
android_packages_wallpapers_NoiseField-2d8c8acd933220e3c9b1b0c845b76d54e012fb3f.tar.bz2
android_packages_wallpapers_NoiseField-2d8c8acd933220e3c9b1b0c845b76d54e012fb3f.zip
New Material icon
* Created by Jovie Brett Bardoles Change-Id: I974cabe3c4930cf3c039a0c148861ddf0afb2cc6
-rw-r--r--AndroidManifest.xml11
-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, 6 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d391541..93c4eff 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4,12 +4,13 @@
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="13" />
-
+
<uses-feature android:name="android.software.live_wallpaper" />
-
- <application android:icon="@drawable/icon" android:label="@string/wallpaper_label">
- <service
+ <application
+ android:icon="@mipmap/ic_launcher_wallpaper"
+ android:label="@string/wallpaper_label">
+ <service
android:name=".NoiseFieldWallpaper"
android:label="@string/wallpaper_label"
android:launchMode="singleInstance"
@@ -20,4 +21,4 @@
<meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" />
</service>
</application>
-</manifest> \ No newline at end of file
+</manifest>
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