From ae1f968de09f7952b5b4bad369255a0a60cb81b8 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 30 Sep 2016 14:18:06 +0200 Subject: added icons and manifest --- public/icons/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 6503 bytes public/icons/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 3854 bytes public/icons/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 9631 bytes public/icons/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 15315 bytes public/icons/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 23445 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/icons/res/mipmap-hdpi/ic_launcher.png create mode 100644 public/icons/res/mipmap-mdpi/ic_launcher.png create mode 100644 public/icons/res/mipmap-xhdpi/ic_launcher.png create mode 100644 public/icons/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 public/icons/res/mipmap-xxxhdpi/ic_launcher.png (limited to 'public/icons') diff --git a/public/icons/res/mipmap-hdpi/ic_launcher.png b/public/icons/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..514ad14 Binary files /dev/null and b/public/icons/res/mipmap-hdpi/ic_launcher.png differ diff --git a/public/icons/res/mipmap-mdpi/ic_launcher.png b/public/icons/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..59bab1d Binary files /dev/null and b/public/icons/res/mipmap-mdpi/ic_launcher.png differ diff --git a/public/icons/res/mipmap-xhdpi/ic_launcher.png b/public/icons/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..908a6e8 Binary files /dev/null and b/public/icons/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/public/icons/res/mipmap-xxhdpi/ic_launcher.png b/public/icons/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..f12048f Binary files /dev/null and b/public/icons/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/public/icons/res/mipmap-xxxhdpi/ic_launcher.png b/public/icons/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..7a0462e Binary files /dev/null and b/public/icons/res/mipmap-xxxhdpi/ic_launcher.png differ -- cgit v1.1