From 5cc178bc4eb86a4d2180c225949d5a98011b2585 Mon Sep 17 00:00:00 2001 From: stefan-niedermann Date: Thu, 2 Jan 2020 15:34:40 +0100 Subject: Implement new app icon background layer https://github.com/nextcloud/talk-android/pull/695 --- .../main/res/drawable/ic_launcher_background.xml | 28 +++++++++++++++++++++ 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 3526 -> 3964 bytes app/src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 4734 -> 3964 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 2209 -> 2470 bytes app/src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 2814 -> 2470 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 5162 -> 5493 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 6932 -> 5493 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 7713 -> 8319 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 10920 -> 8319 bytes app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 10742 -> 11700 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 15677 -> 11700 bytes 13 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/drawable/ic_launcher_background.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 000000000..d3983a7e6 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,28 @@ + + + + + + + + + + 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 d258cccf6..bbd3e0212 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 d258cccf6..bbd3e0212 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 1ee8097d8..157251c71 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 4f87603fa..157251c71 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 468fd6633..984371dee 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 1087ae4a1..984371dee 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 c619e6d3d..1bf00ccc4 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 92a4b43b0..1bf00ccc4 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 fc3eb8461..3f8d0e0b8 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 53057d9e7..3f8d0e0b8 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 fc848dcfa..b96b427be 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 a43c03aae..b96b427be 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