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.
---
app/src/main/ic_launcher-web.png | Bin 41737 -> 41735 bytes
.../feature-graphic/tincapp-featuregraphic.png | Bin 46024 -> 46389 bytes
.../feature-graphic/tincapp-featuregraphic.svg | 883 +++++++++++++++++++++
.../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
.../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
14 files changed, 885 insertions(+), 2 deletions(-)
create mode 100644 app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.svg
(limited to 'app')
diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png
index 72a25df..bc2cd09 100644
Binary files a/app/src/main/ic_launcher-web.png and b/app/src/main/ic_launcher-web.png differ
diff --git a/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.png b/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.png
index b0556d7..bfab488 100644
Binary files a/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.png and b/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.png differ
diff --git a/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.svg b/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.svg
new file mode 100644
index 0000000..9296b69
--- /dev/null
+++ b/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.svg
@@ -0,0 +1,883 @@
+
+
+
+
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/m