From e09169b11177cb857ec4c389ed84f493b76208d1 Mon Sep 17 00:00:00 2001 From: benya Date: Wed, 1 Apr 2026 23:15:05 +0300 Subject: [PATCH] style: replace launcher icons for tempor --- .../res/mipmap-anydpi-v26/ic_launcher.xml | 8 +++--- .../ic_launcher_background_tempor_a.xml | 10 +++++++ .../ic_launcher_background_tempor_b.xml | 10 +++++++ .../ic_launcher_background_tempor_c.xml | 10 +++++++ .../ic_launcher_foreground_tempor_a.xml | 22 +++++++++++++++ .../ic_launcher_foreground_tempor_b.xml | 28 +++++++++++++++++++ .../ic_launcher_foreground_tempor_c.xml | 22 +++++++++++++++ .../ic_launcher_monochrome_tempor_a.xml | 22 +++++++++++++++ .../ic_launcher_monochrome_tempor_b.xml | 23 +++++++++++++++ .../ic_launcher_monochrome_tempor_c.xml | 22 +++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 8 +++--- 11 files changed, 177 insertions(+), 8 deletions(-) create mode 100644 app/src/main/res/drawable/ic_launcher_background_tempor_a.xml create mode 100644 app/src/main/res/drawable/ic_launcher_background_tempor_b.xml create mode 100644 app/src/main/res/drawable/ic_launcher_background_tempor_c.xml create mode 100644 app/src/main/res/drawable/ic_launcher_foreground_tempor_a.xml create mode 100644 app/src/main/res/drawable/ic_launcher_foreground_tempor_b.xml create mode 100644 app/src/main/res/drawable/ic_launcher_foreground_tempor_c.xml create mode 100644 app/src/main/res/drawable/ic_launcher_monochrome_tempor_a.xml create mode 100644 app/src/main/res/drawable/ic_launcher_monochrome_tempor_b.xml create mode 100644 app/src/main/res/drawable/ic_launcher_monochrome_tempor_c.xml diff --git a/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml index 04091bd1..3e085b66 100644 --- a/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,6 +1,6 @@ - - - - \ No newline at end of file + + + + diff --git a/app/src/main/res/drawable/ic_launcher_background_tempor_a.xml b/app/src/main/res/drawable/ic_launcher_background_tempor_a.xml new file mode 100644 index 00000000..8f1de23d --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background_tempor_a.xml @@ -0,0 +1,10 @@ + + + + diff --git a/app/src/main/res/drawable/ic_launcher_background_tempor_b.xml b/app/src/main/res/drawable/ic_launcher_background_tempor_b.xml new file mode 100644 index 00000000..7c5ee833 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background_tempor_b.xml @@ -0,0 +1,10 @@ + + + + diff --git a/app/src/main/res/drawable/ic_launcher_background_tempor_c.xml b/app/src/main/res/drawable/ic_launcher_background_tempor_c.xml new file mode 100644 index 00000000..9b7f49b8 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background_tempor_c.xml @@ -0,0 +1,10 @@ + + + + diff --git a/app/src/main/res/drawable/ic_launcher_foreground_tempor_a.xml b/app/src/main/res/drawable/ic_launcher_foreground_tempor_a.xml new file mode 100644 index 00000000..153a9055 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground_tempor_a.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_foreground_tempor_b.xml b/app/src/main/res/drawable/ic_launcher_foreground_tempor_b.xml new file mode 100644 index 00000000..89a79a17 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground_tempor_b.xml @@ -0,0 +1,28 @@ + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_foreground_tempor_c.xml b/app/src/main/res/drawable/ic_launcher_foreground_tempor_c.xml new file mode 100644 index 00000000..44a43c84 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground_tempor_c.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_monochrome_tempor_a.xml b/app/src/main/res/drawable/ic_launcher_monochrome_tempor_a.xml new file mode 100644 index 00000000..7d1f7a24 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_monochrome_tempor_a.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_monochrome_tempor_b.xml b/app/src/main/res/drawable/ic_launcher_monochrome_tempor_b.xml new file mode 100644 index 00000000..83109b6f --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_monochrome_tempor_b.xml @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_monochrome_tempor_c.xml b/app/src/main/res/drawable/ic_launcher_monochrome_tempor_c.xml new file mode 100644 index 00000000..0f2ad1dd --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_monochrome_tempor_c.xml @@ -0,0 +1,22 @@ + + + + + + + + + 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 a1460977..9a34990d 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 + + + +