From e58cba0e33832c0b121966cec3c03b276e87fdc4 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 2 Feb 2015 14:27:55 +0200 Subject: New Material icon * Created by Jovie Brett Bardoles Change-Id: Ieeafa17c680f48aa95c0b724c56f814dbe180355 --- AndroidManifest.xml | 2 +- res/drawable-hdpi/app_icon.png | Bin 7389 -> 0 bytes res/drawable-mdpi/app_icon.png | Bin 3804 -> 0 bytes res/drawable-xhdpi/app_icon.png | Bin 11060 -> 0 bytes res/mipmap-hdpi/ic_launcher_calendar.png | Bin 0 -> 24060 bytes res/mipmap-mdpi/ic_launcher_calendar.png | Bin 0 -> 23187 bytes res/mipmap-xhdpi/ic_launcher_calendar.png | Bin 0 -> 25094 bytes res/mipmap-xxhdpi/ic_launcher_calendar.png | Bin 0 -> 27286 bytes res/mipmap-xxxhdpi/ic_launcher_calendar.png | Bin 0 -> 29683 bytes 9 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 res/drawable-hdpi/app_icon.png delete mode 100644 res/drawable-mdpi/app_icon.png delete mode 100644 res/drawable-xhdpi/app_icon.png create mode 100644 res/mipmap-hdpi/ic_launcher_calendar.png create mode 100644 res/mipmap-mdpi/ic_launcher_calendar.png create mode 100644 res/mipmap-xhdpi/ic_launcher_calendar.png create mode 100644 res/mipmap-xxhdpi/ic_launcher_calendar.png create mode 100644 res/mipmap-xxxhdpi/ic_launcher_calendar.png diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0b95490..fe1336b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -38,7 +38,7 @@ diff --git a/res/drawable-hdpi/app_icon.png b/res/drawable-hdpi/app_icon.png deleted file mode 100644 index f59de5b..0000000 Binary files a/res/drawable-hdpi/app_icon.png and /dev/null differ diff --git a/res/drawable-mdpi/app_icon.png b/res/drawable-mdpi/app_icon.png deleted file mode 100644 index 74bb9e8..0000000 Binary files a/res/drawable-mdpi/app_icon.png and /dev/null differ diff --git a/res/drawable-xhdpi/app_icon.png b/res/drawable-xhdpi/app_icon.png deleted file mode 100644 index cce1878..0000000 Binary files a/res/drawable-xhdpi/app_icon.png and /dev/null differ diff --git a/res/mipmap-hdpi/ic_launcher_calendar.png b/res/mipmap-hdpi/ic_launcher_calendar.png new file mode 100644 index 0000000..18bd0ce Binary files /dev/null and b/res/mipmap-hdpi/ic_launcher_calendar.png differ diff --git a/res/mipmap-mdpi/ic_launcher_calendar.png b/res/mipmap-mdpi/ic_launcher_calendar.png new file mode 100644 index 0000000..97ba4b2 Binary files /dev/null and b/res/mipmap-mdpi/ic_launcher_calendar.png differ diff --git a/res/mipmap-xhdpi/ic_launcher_calendar.png b/res/mipmap-xhdpi/ic_launcher_calendar.png new file mode 100644 index 0000000..e40a6f3 Binary files /dev/null and b/res/mipmap-xhdpi/ic_launcher_calendar.png differ diff --git a/res/mipmap-xxhdpi/ic_launcher_calendar.png b/res/mipmap-xxhdpi/ic_launcher_calendar.png new file mode 100644 index 0000000..96e93ef Binary files /dev/null and b/res/mipmap-xxhdpi/ic_launcher_calendar.png differ diff --git a/res/mipmap-xxxhdpi/ic_launcher_calendar.png b/res/mipmap-xxxhdpi/ic_launcher_calendar.png new file mode 100644 index 0000000..a7f5263 Binary files /dev/null and b/res/mipmap-xxxhdpi/ic_launcher_calendar.png differ -- cgit v1.2.3