From 7d472a55a793fd9e968d3087be60245370547be1 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 16 Feb 2020 22:49:35 +0100 Subject: new launcher icon --- app/src/main/ic_launcher-web.png | Bin 0 -> 21469 bytes .../main/res/drawable-nodpi/example_picture.png | Bin 1885 -> 0 bytes .../res/drawable-v24/ic_launcher_foreground.xml | 34 ----- .../main/res/drawable/ic_launcher_background.xml | 170 --------------------- .../main/res/drawable/ic_launcher_foreground.xml | 28 ++++ app/src/main/res/drawable/ic_vndroid.xml | 25 +++ app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 4 +- .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 4 +- app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 2963 -> 2393 bytes app/src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 4905 -> 4362 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 2060 -> 1585 bytes app/src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 2783 -> 2762 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 4490 -> 3138 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 6895 -> 6096 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 6387 -> 4887 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 10413 -> 9428 bytes app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 9128 -> 6814 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 15132 -> 13256 bytes app/src/main/res/values/ic_launcher_background.xml | 4 + app/svgs/vndroid.svg | 68 +++++++++ app/svgs/vndroid_inkscape.svg | 49 ++++++ 21 files changed, 178 insertions(+), 208 deletions(-) create mode 100644 app/src/main/ic_launcher-web.png delete mode 100644 app/src/main/res/drawable-nodpi/example_picture.png delete mode 100644 app/src/main/res/drawable-v24/ic_launcher_foreground.xml delete mode 100644 app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 app/src/main/res/drawable/ic_launcher_foreground.xml create mode 100644 app/src/main/res/drawable/ic_vndroid.xml create mode 100644 app/src/main/res/values/ic_launcher_background.xml create mode 100644 app/svgs/vndroid.svg create mode 100644 app/svgs/vndroid_inkscape.svg diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png new file mode 100644 index 0000000..17f72d2 Binary files /dev/null and b/app/src/main/ic_launcher-web.png differ diff --git a/app/src/main/res/drawable-nodpi/example_picture.png b/app/src/main/res/drawable-nodpi/example_picture.png deleted file mode 100644 index e0627f5..0000000 Binary files a/app/src/main/res/drawable-nodpi/example_picture.png and /dev/null differ diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml deleted file mode 100644 index 1f6bb29..0000000 --- a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml deleted file mode 100644 index 0d025f9..0000000 --- a/app/src/main/res/drawable/ic_launcher_background.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..fdc0e55 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,28 @@ + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_vndroid.xml b/app/src/main/res/drawable/ic_vndroid.xml new file mode 100644 index 0000000..1450fcc --- /dev/null +++ b/app/src/main/res/drawable/ic_vndroid.xml @@ -0,0 +1,25 @@ + + + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index eca70cf..7353dbd 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index eca70cf..7353dbd 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png index 898f3ed..dc83360 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 dffca36..abf3e7e 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 64ba76f..676ed81 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 dae5e08..c19cc76 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 e5ed465..afbb15c 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 14ed0af..e1e8ee9 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 b0907ca..f0e59f9 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 d8ae031..11adfeb 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 2c18de9..aaff006 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 beed3cd..a0aab90 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 diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000..0cc2fe2 --- /dev/null +++ b/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #3F51B5 + \ No newline at end of file diff --git a/app/svgs/vndroid.svg b/app/svgs/vndroid.svg new file mode 100644 index 0000000..3090b27 --- /dev/null +++ b/app/svgs/vndroid.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/app/svgs/vndroid_inkscape.svg b/app/svgs/vndroid_inkscape.svg new file mode 100644 index 0000000..843ccb2 --- /dev/null +++ b/app/svgs/vndroid_inkscape.svg @@ -0,0 +1,49 @@ + + + + + + image/svg+xml + + + + + + + + + V + + n + -- cgit v1.2.3