summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-03-27 20:14:23 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-10-25 11:50:43 +0200
commit6952eca70e9d54300d44566db3c45c23bb31d151 (patch)
treebcfe329b792ecb7bb80607a3255bf08d402983c8
parent83ce967f34f1b099fafef55d5c23ba4aea78dd64 (diff)
downloadandroid_packages_wallpapers_Galaxy4-6952eca70e9d54300d44566db3c45c23bb31d151.tar.gz
android_packages_wallpapers_Galaxy4-6952eca70e9d54300d44566db3c45c23bb31d151.tar.bz2
android_packages_wallpapers_Galaxy4-6952eca70e9d54300d44566db3c45c23bb31d151.zip
New Material icon
* Created by Jovie Brett Bardoles Change-Id: I1b7ba080b58cb63f57c46aa6f3aa3cae10ce089c
-rw-r--r--AndroidManifest.xml6
-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, 4 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 92dc29c..2b6a433 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4,10 +4,12 @@
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="14" />
-
+
<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">
<activity android:name=".Galaxy4"
android:theme="@android:style/Theme.NoTitleBar"
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