summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-03-27 20:13:23 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-10-25 11:49:16 +0200
commit53e92e7d26f7b6781930c73ef94745112fc85ec3 (patch)
tree7332a32c01253f622977bd019c06f8cb9422900c
parentcf2b3aea7738e1d47cacc2203ec6a5ffa8862602 (diff)
downloadandroid_packages_wallpapers_Basic-53e92e7d26f7b6781930c73ef94745112fc85ec3.tar.gz
android_packages_wallpapers_Basic-53e92e7d26f7b6781930c73ef94745112fc85ec3.tar.bz2
android_packages_wallpapers_Basic-53e92e7d26f7b6781930c73ef94745112fc85ec3.zip
New Material icon
* Created by Jovie Brett Bardoles Change-Id: I8cf65956b2f5f29f759d149d66d2e60d2a460354
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/drawable-hdpi/ic_launcher_wallpaper.pngbin6939 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_launcher_wallpaper.pngbin3744 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_launcher_wallpaper.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, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cd490ac..d9d26f3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -30,7 +30,7 @@
<application
android:label="@string/wallpapers"
- android:icon="@drawable/ic_launcher_wallpaper">
+ android:icon="@mipmap/ic_launcher_wallpaper">
<activity
android:label="@string/clock_settings"
diff --git a/res/drawable-hdpi/ic_launcher_wallpaper.png b/res/drawable-hdpi/ic_launcher_wallpaper.png
deleted file mode 100644
index 2eab6f2..0000000
--- a/res/drawable-hdpi/ic_launcher_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_launcher_wallpaper.png b/res/drawable-mdpi/ic_launcher_wallpaper.png
deleted file mode 100644
index 63aec6f..0000000
--- a/res/drawable-mdpi/ic_launcher_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_launcher_wallpaper.png b/res/drawable-xhdpi/ic_launcher_wallpaper.png
deleted file mode 100644
index 8ea9c48..0000000
--- a/res/drawable-xhdpi/ic_launcher_wallpaper.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