summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-02 14:32:01 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-10-25 12:52:35 +0200
commitdb9853bfbfdd722da34cf0e0266258ecc0a9cb75 (patch)
tree77eceaf693971c34eb7c0fdae78565bafed84017
parent8c43ee7c2195ad546b31e41867478def1b682f4f (diff)
downloadandroid_packages_providers_MediaProvider-db9853bfbfdd722da34cf0e0266258ecc0a9cb75.tar.gz
android_packages_providers_MediaProvider-db9853bfbfdd722da34cf0e0266258ecc0a9cb75.tar.bz2
android_packages_providers_MediaProvider-db9853bfbfdd722da34cf0e0266258ecc0a9cb75.zip
New Material icon
* Created by Jovie Brett Bardoles Change-Id: I474eb3d23562b7bb959d58664ceb5278d98ab145
-rw-r--r--AndroidManifest.xml1
-rw-r--r--res/mipmap-hdpi/ic_launcher_gallery.pngbin20425 -> 23319 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_gallery.pngbin17130 -> 22680 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_gallery.pngbin24283 -> 23838 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher_gallery.pngbin0 -> 25151 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher_gallery.pngbin0 -> 26425 bytes
6 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f615b894..20e5f45c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -15,6 +15,7 @@
<application android:process="android.process.media"
android:label="@string/app_label"
+ android:icon="@mipmap/ic_launcher_gallery"
android:supportsRtl="true">
<provider android:name="MediaProvider" android:authorities="media"
android:multiprocess="false" android:exported="true">
diff --git a/res/mipmap-hdpi/ic_launcher_gallery.png b/res/mipmap-hdpi/ic_launcher_gallery.png
index 23ea9989..65d9f3c7 100644
--- a/res/mipmap-hdpi/ic_launcher_gallery.png
+++ b/res/mipmap-hdpi/ic_launcher_gallery.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_gallery.png b/res/mipmap-mdpi/ic_launcher_gallery.png
index e1a99498..5eb1f623 100644
--- a/res/mipmap-mdpi/ic_launcher_gallery.png
+++ b/res/mipmap-mdpi/ic_launcher_gallery.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_gallery.png b/res/mipmap-xhdpi/ic_launcher_gallery.png
index 79544a2b..aacb61b5 100644
--- a/res/mipmap-xhdpi/ic_launcher_gallery.png
+++ b/res/mipmap-xhdpi/ic_launcher_gallery.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_gallery.png b/res/mipmap-xxhdpi/ic_launcher_gallery.png
new file mode 100644
index 00000000..19b1750c
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher_gallery.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher_gallery.png b/res/mipmap-xxxhdpi/ic_launcher_gallery.png
new file mode 100644
index 00000000..f13b7349
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher_gallery.png
Binary files differ