From cedb6fb6e330df774fef9cce2b59ef759f3c194c Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sun, 30 Jul 2017 22:47:24 -0500 Subject: icon: Use the uncropped logo for the non-round icon The round icon remains the same. --- app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 7525 -> 7828 bytes app/src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 7525 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 4050 -> 4135 bytes app/src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 4050 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 10484 -> 10973 bytes app/src/main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 10484 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 19531 -> 20439 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 19531 bytes app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 27146 -> 29459 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 27146 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png (limited to 'app/src/main/res') diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png index 56111942..c99ba4a1 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 00000000..56111942 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png index ebad3192..bf1056e7 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 00000000..ebad3192 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 79f3fa98..bda754b1 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 00000000..79f3fa98 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index d1731b3b..040d30d8 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..d1731b3b Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index c0ae03bc..976738c9 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..c0ae03bc Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ -- cgit v1.2.3