From 6b6214cdf14d82e1b225a2ffe9f79517b46a7d79 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 18 Feb 2019 19:31:56 +0100 Subject: change icon color The previous gradient was ugly on most non-calibrated screens. --- .../res/drawable-v24/ic_launcher_background.xml | 4 ++-- app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 3151 -> 4810 bytes app/src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 4917 -> 4810 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 2375 -> 3142 bytes app/src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 3187 -> 3142 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 4347 -> 6748 bytes app/src/main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 6896 -> 6748 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 6116 -> 10305 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 10500 -> 10305 bytes app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 7938 -> 14390 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 14599 -> 14390 bytes 11 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable-v24/ic_launcher_background.xml b/app/src/main/res/drawable-v24/ic_launcher_background.xml index 6715591..ee710b6 100644 --- a/app/src/main/res/drawable-v24/ic_launcher_background.xml +++ b/app/src/main/res/drawable-v24/ic_launcher_background.xml @@ -21,10 +21,10 @@ android:startY="-7.61" android:type="linear"> diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png index 994c2e2..d7ca591 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 index 51f5a93..d7ca591 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png 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 2d0036c..2eeee24 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 index 5daf313..2eeee24 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png 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 c2ad41d..8a31331 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 index c4f3d4c..8a31331 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png 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 4aeccd8..e7cdb9e 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 index bb0ee76..e7cdb9e 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png 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 0438ec8..e15b322 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 index 518b53e..e15b322 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ -- cgit v1.2.3