From a9da1752b2b557f65262a975de2babb0d99eb37e Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Aug 2023 12:15:28 +0200 Subject: New logos --- app/src/main/AndroidManifest.xml | 54 +++++++++++++++++++++ .../ic_launcher_bubbles_pea_green-playstore.png | Bin 39019 -> 0 bytes .../java/app/fedilab/android/BaseMainActivity.java | 3 ++ .../android/mastodon/helper/LogoHelper.java | 25 ++++++++++ .../settings/FragmentInterfaceSettings.java | 11 +++++ .../drawable/fedilab_logo_bubbles_pink.xml | 21 ++++++++ .../drawable/fedilab_logo_bubbles_pirate.xml | 41 ++++++++++++++++ .../drawable/fedilab_logo_bubbles_pride.xml | 24 +++++++++ .../ic_launcher_bubbles_pink_foreground.xml | 27 +++++++++++ .../ic_launcher_bubbles_pirate_foreground.xml | 47 ++++++++++++++++++ .../ic_launcher_bubbles_pride_foreground.xml | 30 ++++++++++++ .../mipmap-anydpi-v26/ic_launcher_bubbles_pink.xml | 5 ++ .../ic_launcher_bubbles_pink_round.xml | 5 ++ .../ic_launcher_bubbles_pirate.xml | 5 ++ .../ic_launcher_bubbles_pirate_round.xml | 5 ++ .../ic_launcher_bubbles_pride.xml | 5 ++ .../ic_launcher_bubbles_pride_round.xml | 5 ++ .../res/mipmap-hdpi/ic_launcher_bubbles_pink.png | Bin 0 -> 2355 bytes .../mipmap-hdpi/ic_launcher_bubbles_pink_round.png | Bin 0 -> 3906 bytes .../res/mipmap-hdpi/ic_launcher_bubbles_pirate.png | Bin 0 -> 3052 bytes .../ic_launcher_bubbles_pirate_round.png | Bin 0 -> 4841 bytes .../res/mipmap-hdpi/ic_launcher_bubbles_pride.png | Bin 0 -> 2065 bytes .../ic_launcher_bubbles_pride_round.png | Bin 0 -> 3544 bytes .../res/mipmap-mdpi/ic_launcher_bubbles_pink.png | Bin 0 -> 1591 bytes .../mipmap-mdpi/ic_launcher_bubbles_pink_round.png | Bin 0 -> 2514 bytes .../res/mipmap-mdpi/ic_launcher_bubbles_pirate.png | Bin 0 -> 1806 bytes .../ic_launcher_bubbles_pirate_round.png | Bin 0 -> 2799 bytes .../res/mipmap-mdpi/ic_launcher_bubbles_pride.png | Bin 0 -> 1416 bytes .../ic_launcher_bubbles_pride_round.png | Bin 0 -> 2267 bytes .../res/mipmap-xhdpi/ic_launcher_bubbles_pink.png | Bin 0 -> 3204 bytes .../ic_launcher_bubbles_pink_round.png | Bin 0 -> 5515 bytes .../mipmap-xhdpi/ic_launcher_bubbles_pirate.png | Bin 0 -> 4518 bytes .../ic_launcher_bubbles_pirate_round.png | Bin 0 -> 7115 bytes .../res/mipmap-xhdpi/ic_launcher_bubbles_pride.png | Bin 0 -> 2845 bytes .../ic_launcher_bubbles_pride_round.png | Bin 0 -> 5093 bytes .../res/mipmap-xxhdpi/ic_launcher_bubbles_pink.png | Bin 0 -> 4909 bytes .../ic_launcher_bubbles_pink_round.png | Bin 0 -> 8596 bytes .../mipmap-xxhdpi/ic_launcher_bubbles_pirate.png | Bin 0 -> 7398 bytes .../ic_launcher_bubbles_pirate_round.png | Bin 0 -> 11754 bytes .../mipmap-xxhdpi/ic_launcher_bubbles_pride.png | Bin 0 -> 4342 bytes .../ic_launcher_bubbles_pride_round.png | Bin 0 -> 7932 bytes .../mipmap-xxxhdpi/ic_launcher_bubbles_pink.png | Bin 0 -> 6683 bytes .../ic_launcher_bubbles_pink_round.png | Bin 0 -> 12041 bytes .../mipmap-xxxhdpi/ic_launcher_bubbles_pirate.png | Bin 0 -> 10376 bytes .../ic_launcher_bubbles_pirate_round.png | Bin 0 -> 16417 bytes .../mipmap-xxxhdpi/ic_launcher_bubbles_pride.png | Bin 0 -> 5907 bytes .../ic_launcher_bubbles_pride_round.png | Bin 0 -> 11074 bytes .../values/ic_launcher_bubbles_pink_background.xml | 4 ++ .../ic_launcher_bubbles_pirate_background.xml | 4 ++ .../ic_launcher_bubbles_pride_background.xml | 4 ++ app/src/main/res/values/strings.xml | 9 ++++ 51 files changed, 334 insertions(+) delete mode 100644 app/src/main/ic_launcher_bubbles_pea_green-playstore.png create mode 100644 app/src/main/res/drawables/mastodon/drawable/fedilab_logo_bubbles_pink.xml create mode 100644 app/src/main/res/drawables/mastodon/drawable/fedilab_logo_bubbles_pirate.xml create mode 100644 app/src/main/res/drawables/mastodon/drawable/fedilab_logo_bubbles_pride.xml create mode 100644 app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pink_foreground.xml create mode 100644 app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pirate_foreground.xml create mode 100644 app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pride_foreground.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pink.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pink_round.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pirate.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pirate_round.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pride.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pride_round.xml create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pink.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pink_round.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pirate.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pirate_round.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pride.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pride_round.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pink.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pink_round.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pirate.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pirate_round.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pride.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pride_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pink.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pink_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pirate.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pirate_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pride.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pride_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pink.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pink_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pirate.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pirate_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pride.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pride_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pink.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pink_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pirate.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pirate_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pride.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pride_round.png create mode 100644 app/src/main/res/values/ic_launcher_bubbles_pink_background.xml create mode 100644 app/src/main/res/values/ic_launcher_bubbles_pirate_background.xml create mode 100644 app/src/main/res/values/ic_launcher_bubbles_pride_background.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 850921213..b9d12fa25 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -131,6 +131,60 @@ android:resource="@xml/compose_shortcuts" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawables/mastodon/drawable/fedilab_logo_bubbles_pirate.xml b/app/src/main/res/drawables/mastodon/drawable/fedilab_logo_bubbles_pirate.xml new file mode 100644 index 000000000..2c3176c47 --- /dev/null +++ b/app/src/main/res/drawables/mastodon/drawable/fedilab_logo_bubbles_pirate.xml @@ -0,0 +1,41 @@ + + + + + + + diff --git a/app/src/main/res/drawables/mastodon/drawable/fedilab_logo_bubbles_pride.xml b/app/src/main/res/drawables/mastodon/drawable/fedilab_logo_bubbles_pride.xml new file mode 100644 index 000000000..e20b2c3b9 --- /dev/null +++ b/app/src/main/res/drawables/mastodon/drawable/fedilab_logo_bubbles_pride.xml @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pink_foreground.xml b/app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pink_foreground.xml new file mode 100644 index 000000000..70acaeb36 --- /dev/null +++ b/app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pink_foreground.xml @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pirate_foreground.xml b/app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pirate_foreground.xml new file mode 100644 index 000000000..d63c752d3 --- /dev/null +++ b/app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pirate_foreground.xml @@ -0,0 +1,47 @@ + + + + + + + + + diff --git a/app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pride_foreground.xml b/app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pride_foreground.xml new file mode 100644 index 000000000..b7a752a25 --- /dev/null +++ b/app/src/main/res/drawables/mastodon/drawable/ic_launcher_bubbles_pride_foreground.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pink.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pink.xml new file mode 100644 index 000000000..ab2c0e63b --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pink.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pink_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pink_round.xml new file mode 100644 index 000000000..ab2c0e63b --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pink_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pirate.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pirate.xml new file mode 100644 index 000000000..ef99da711 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pirate.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pirate_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pirate_round.xml new file mode 100644 index 000000000..ef99da711 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pirate_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pride.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pride.xml new file mode 100644 index 000000000..bc9812ca9 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pride.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pride_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pride_round.xml new file mode 100644 index 000000000..bc9812ca9 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_pride_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pink.png b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pink.png new file mode 100644 index 000000000..8da372ec6 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pink.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pink_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pink_round.png new file mode 100644 index 000000000..b0d92f748 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pink_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pirate.png b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pirate.png new file mode 100644 index 000000000..9d4a8c7a7 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pirate.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pirate_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pirate_round.png new file mode 100644 index 000000000..eefae6c89 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pirate_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pride.png b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pride.png new file mode 100644 index 000000000..29989f64b Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pride.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pride_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pride_round.png new file mode 100644 index 000000000..b2d37b9ea Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_bubbles_pride_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pink.png b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pink.png new file mode 100644 index 000000000..331562ee3 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pink.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pink_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pink_round.png new file mode 100644 index 000000000..87d812970 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pink_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pirate.png b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pirate.png new file mode 100644 index 000000000..9d0943732 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pirate.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pirate_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pirate_round.png new file mode 100644 index 000000000..0be4dfbb1 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pirate_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pride.png b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pride.png new file mode 100644 index 000000000..2c244848a Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pride.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pride_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pride_round.png new file mode 100644 index 000000000..e9d72eec3 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_bubbles_pride_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pink.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pink.png new file mode 100644 index 000000000..15c0cee3e Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pink.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pink_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pink_round.png new file mode 100644 index 000000000..8eb89cde0 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pink_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pirate.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pirate.png new file mode 100644 index 000000000..8ec24aceb Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pirate.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pirate_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pirate_round.png new file mode 100644 index 000000000..c7ff9426c Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pirate_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pride.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pride.png new file mode 100644 index 000000000..e72af29c5 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pride.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pride_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pride_round.png new file mode 100644 index 000000000..c4d632afb Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_bubbles_pride_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pink.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pink.png new file mode 100644 index 000000000..b78b07ecf Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pink.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pink_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pink_round.png new file mode 100644 index 000000000..e3c9cb623 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pink_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pirate.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pirate.png new file mode 100644 index 000000000..9e30c57af Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pirate.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pirate_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pirate_round.png new file mode 100644 index 000000000..9b252f90f Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pirate_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pride.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pride.png new file mode 100644 index 000000000..1c6f3dd1e Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pride.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pride_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pride_round.png new file mode 100644 index 000000000..beb2e129b Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_bubbles_pride_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pink.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pink.png new file mode 100644 index 000000000..b4472b6c0 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pink.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pink_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pink_round.png new file mode 100644 index 000000000..42b3dec76 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pink_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pirate.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pirate.png new file mode 100644 index 000000000..50ae46be9 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pirate.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pirate_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pirate_round.png new file mode 100644 index 000000000..2b789fa5f Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pirate_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pride.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pride.png new file mode 100644 index 000000000..0bfed0dd0 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pride.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pride_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pride_round.png new file mode 100644 index 000000000..8e0041650 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_bubbles_pride_round.png differ diff --git a/app/src/main/res/values/ic_launcher_bubbles_pink_background.xml b/app/src/main/res/values/ic_launcher_bubbles_pink_background.xml new file mode 100644 index 000000000..c862643db --- /dev/null +++ b/app/src/main/res/values/ic_launcher_bubbles_pink_background.xml @@ -0,0 +1,4 @@ + + + #000000 + \ No newline at end of file diff --git a/app/src/main/res/values/ic_launcher_bubbles_pirate_background.xml b/app/src/main/res/values/ic_launcher_bubbles_pirate_background.xml new file mode 100644 index 000000000..85facb022 --- /dev/null +++ b/app/src/main/res/values/ic_launcher_bubbles_pirate_background.xml @@ -0,0 +1,4 @@ + + + #000000 + \ No newline at end of file diff --git a/app/src/main/res/values/ic_launcher_bubbles_pride_background.xml b/app/src/main/res/values/ic_launcher_bubbles_pride_background.xml new file mode 100644 index 000000000..c956b0035 --- /dev/null +++ b/app/src/main/res/values/ic_launcher_bubbles_pride_background.xml @@ -0,0 +1,4 @@ + + + #000000 + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f57db2ea3..473d3eeb3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -758,6 +758,9 @@ Fedilab Fedilab UA Fedilab Pea Green + FediPride + FediPink + FediPirate Fediverse SuperHero Atom @@ -768,6 +771,9 @@ Bubbles BubblesUA BubblesPeaGreen + BubblesPride + BubblesPink + BubblesPirate Fediverse Hero Atom @@ -779,6 +785,9 @@ @drawable/ic_launcher_bubbles_foreground @drawable/ic_launcher_bubbles_ua_foreground @drawable/ic_launcher_bubbles_pea_green_foreground + @drawable/ic_launcher_bubbles_pride_foreground + @drawable/ic_launcher_bubbles_pink_foreground + @drawable/ic_launcher_bubbles_pirate_foreground @drawable/ic_launcher_fediverse_foreground @drawable/ic_launcher_hero_foreground @drawable/ic_launcher_atom_foreground -- cgit v1.2.3