Merge branch 'lineage-21.0' of https://github.com/LineageOS/android_packages_apps_Etar into leaf-3.2
Change-Id: I07137b67d58c9466e3f214acd9498579c33babd5
diff --git a/app/Android.bp b/app/Android.bp
index b4959c5..57de317 100644
--- a/app/Android.bp
+++ b/app/Android.bp
@@ -49,9 +49,9 @@
kotlincflags: ["-Xjvm-default=all"],
required: [
- "org.lineageos.etar.allowlist",
- "initial-package-stopped-states-org.lineageos.etar",
- "preinstalled-packages-org.lineageos.etar",
+ "org.leafos.etar.allowlist",
+ "initial-package-stopped-states-org.leafos.etar",
+ "preinstalled-packages-org.leafos.etar",
],
}
@@ -75,25 +75,25 @@
}
prebuilt_etc {
- name: "org.lineageos.etar.allowlist",
+ name: "org.leafos.etar.allowlist",
product_specific: true,
sub_dir: "sysconfig",
- src: "org.lineageos.etar.allowlist.xml",
+ src: "org.leafos.etar.allowlist.xml",
filename_from_src: true,
}
prebuilt_etc {
- name: "initial-package-stopped-states-org.lineageos.etar",
+ name: "initial-package-stopped-states-org.leafos.etar",
product_specific: true,
sub_dir: "sysconfig",
- src: "initial-package-stopped-states-org.lineageos.etar.xml",
+ src: "initial-package-stopped-states-org.leafos.etar.xml",
filename_from_src: true,
}
prebuilt_etc {
- name: "preinstalled-packages-org.lineageos.etar",
+ name: "preinstalled-packages-org.leafos.etar",
product_specific: true,
sub_dir: "sysconfig",
- src: "preinstalled-packages-org.lineageos.etar.xml",
+ src: "preinstalled-packages-org.leafos.etar.xml",
filename_from_src: true,
}
diff --git a/app/initial-package-stopped-states-org.lineageos.etar.xml b/app/initial-package-stopped-states-org.leafos.etar.xml
similarity index 68%
rename from app/initial-package-stopped-states-org.lineageos.etar.xml
rename to app/initial-package-stopped-states-org.leafos.etar.xml
index 08785ed..a64dc0a 100644
--- a/app/initial-package-stopped-states-org.lineageos.etar.xml
+++ b/app/initial-package-stopped-states-org.leafos.etar.xml
@@ -4,5 +4,5 @@
SPDX-License-Identifier: Apache-2.0
-->
<config>
- <initial-package-state package="org.lineageos.etar" stopped="false"/>
+ <initial-package-state package="org.leafos.etar" stopped="false"/>
</config>
diff --git a/app/org.lineageos.etar.allowlist.xml b/app/org.leafos.etar.allowlist.xml
similarity index 67%
rename from app/org.lineageos.etar.allowlist.xml
rename to app/org.leafos.etar.allowlist.xml
index ad0c111..09cf068 100644
--- a/app/org.lineageos.etar.allowlist.xml
+++ b/app/org.leafos.etar.allowlist.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<!-- needed to be exempted from doze restrictions. -->
- <allow-in-power-save package="org.lineageos.etar" />
+ <allow-in-power-save package="org.leafos.etar" />
</config>
diff --git a/app/preinstalled-packages-org.lineageos.etar.xml b/app/preinstalled-packages-org.leafos.etar.xml
similarity index 88%
rename from app/preinstalled-packages-org.lineageos.etar.xml
rename to app/preinstalled-packages-org.leafos.etar.xml
index d046a91..48b56d8 100644
--- a/app/preinstalled-packages-org.lineageos.etar.xml
+++ b/app/preinstalled-packages-org.leafos.etar.xml
@@ -4,7 +4,7 @@
SPDX-License-Identifier: Apache-2.0
-->
<config>
- <install-in-user-type package="org.lineageos.etar">
+ <install-in-user-type package="org.leafos.etar">
<install-in user-type="FULL" />
<install-in user-type="PROFILE" />
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 291d959..4608cfe 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -19,7 +19,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
- package="org.lineageos.etar"
+ package="org.leafos.etar"
android:installLocation="auto">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
@@ -88,9 +88,6 @@
<meta-data android:name="android.app.shortcuts"
android:resource="@xml/shortcuts" />
- <meta-data android:name="org.lineageos.etar.dynamic_icons"
- android:resource="@array/calendar_icons_dynamic" />
-
</activity>
<activity-alias android:name="com.android.calendar.LaunchActivity"
diff --git a/app/src/main/res/drawable-hdpi/stat_notify_calendar.webp b/app/src/main/res/drawable-hdpi/stat_notify_calendar.webp
new file mode 100644
index 0000000..9e40ee5
--- /dev/null
+++ b/app/src/main/res/drawable-hdpi/stat_notify_calendar.webp
Binary files differ
diff --git a/app/src/main/res/drawable-hdpi/stat_notify_calendar_multiple.webp b/app/src/main/res/drawable-hdpi/stat_notify_calendar_multiple.webp
new file mode 100644
index 0000000..b9cf086
--- /dev/null
+++ b/app/src/main/res/drawable-hdpi/stat_notify_calendar_multiple.webp
Binary files differ
diff --git a/app/src/main/res/drawable-mdpi/stat_notify_calendar.webp b/app/src/main/res/drawable-mdpi/stat_notify_calendar.webp
new file mode 100644
index 0000000..30e7634
--- /dev/null
+++ b/app/src/main/res/drawable-mdpi/stat_notify_calendar.webp
Binary files differ
diff --git a/app/src/main/res/drawable-mdpi/stat_notify_calendar_multiple.webp b/app/src/main/res/drawable-mdpi/stat_notify_calendar_multiple.webp
new file mode 100644
index 0000000..348c5a7
--- /dev/null
+++ b/app/src/main/res/drawable-mdpi/stat_notify_calendar_multiple.webp
Binary files differ
diff --git a/app/src/main/res/drawable-xhdpi/stat_notify_calendar.webp b/app/src/main/res/drawable-xhdpi/stat_notify_calendar.webp
new file mode 100644
index 0000000..27a6e85
--- /dev/null
+++ b/app/src/main/res/drawable-xhdpi/stat_notify_calendar.webp
Binary files differ
diff --git a/app/src/main/res/drawable-xhdpi/stat_notify_calendar_multiple.webp b/app/src/main/res/drawable-xhdpi/stat_notify_calendar_multiple.webp
new file mode 100644
index 0000000..4f7ac61
--- /dev/null
+++ b/app/src/main/res/drawable-xhdpi/stat_notify_calendar_multiple.webp
Binary files differ
diff --git a/app/src/main/res/drawable-xxhdpi/stat_notify_calendar.webp b/app/src/main/res/drawable-xxhdpi/stat_notify_calendar.webp
new file mode 100644
index 0000000..cfe7869
--- /dev/null
+++ b/app/src/main/res/drawable-xxhdpi/stat_notify_calendar.webp
Binary files differ
diff --git a/app/src/main/res/drawable-xxxhdpi/stat_notify_calendar.webp b/app/src/main/res/drawable-xxxhdpi/stat_notify_calendar.webp
new file mode 100644
index 0000000..bec7a24
--- /dev/null
+++ b/app/src/main/res/drawable-xxxhdpi/stat_notify_calendar.webp
Binary files differ
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 cc2f6ba..0000000
--- a/app/src/main/res/drawable/ic_launcher_background.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2022 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M0,0h108v108h-108z"
- android:fillColor="#ffffff"/>
- <path
- android:pathData="M38,34C35.791,34 34,35.791 34,38V70C34,72.209 35.791,74 38,74H70C72.209,74 74,72.209 74,70V38C74,35.791 72.209,34 70,34H38ZM39,38C38.448,38 38,38.448 38,39V48C38,48.552 38.448,49 39,49H69C69.552,49 70,48.552 70,48V39C70,38.448 69.552,38 69,38H39Z"
- android:fillColor="#F93B4F"
- android:fillType="evenOdd"/>
-</vector>
diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml
deleted file mode 100644
index 59a07bb..0000000
--- a/app/src/main/res/drawable/ic_launcher_foreground.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2022 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <group>
- <clip-path
- android:pathData="M0,0h108v108h-108z"/>
- <path
- android:pathData="M44,34H38C35.791,34 34,35.791 34,38V70C34,72.209 35.791,74 38,74H70C72.209,74 74,72.209 74,70V38C74,35.791 72.209,34 70,34H64V40C64,41.105 63.105,42 62,42H46C44.895,42 44,41.105 44,40V34Z"
- android:fillColor="#2A3232"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M41.172,57.672H43.578C44.349,57.672 44.984,57.542 45.484,57.281C45.984,57.01 46.354,56.635 46.594,56.156C46.844,55.667 46.969,55.099 46.969,54.453C46.969,53.87 46.854,53.354 46.625,52.906C46.406,52.448 46.068,52.094 45.609,51.844C45.151,51.583 44.573,51.453 43.875,51.453C43.323,51.453 42.813,51.563 42.344,51.781C41.875,52 41.5,52.307 41.219,52.703C40.938,53.099 40.797,53.578 40.797,54.141H36.281C36.281,52.891 36.615,51.802 37.281,50.875C37.958,49.948 38.865,49.224 40,48.703C41.135,48.182 42.385,47.922 43.75,47.922C45.292,47.922 46.641,48.172 47.797,48.672C48.953,49.161 49.854,49.885 50.5,50.844C51.146,51.802 51.469,52.99 51.469,54.406C51.469,55.125 51.302,55.823 50.969,56.5C50.635,57.167 50.156,57.771 49.531,58.313C49.079,58.703 48.554,59.038 47.955,59.316C48.722,59.587 49.377,59.951 49.922,60.406C50.557,60.927 51.036,61.547 51.359,62.266C51.421,62.402 51.478,62.541 51.528,62.683C51.509,62.322 51.499,61.948 51.499,61.563V57.625C51.499,55.917 51.682,54.453 52.046,53.234C52.421,52.005 52.947,51 53.624,50.219C54.312,49.438 55.124,48.865 56.062,48.5C56.999,48.125 58.041,47.938 59.187,47.938C60.104,47.938 60.952,48.057 61.734,48.297C62.525,48.526 63.239,48.885 63.874,49.375C64.51,49.865 65.051,50.495 65.499,51.266C65.947,52.026 66.291,52.938 66.531,54C66.77,55.052 66.89,56.26 66.89,57.625V61.563C66.89,63.271 66.708,64.745 66.343,65.984C65.979,67.214 65.452,68.224 64.765,69.016C64.088,69.797 63.281,70.375 62.343,70.75C61.406,71.125 60.364,71.313 59.218,71.313C58.301,71.313 57.447,71.198 56.656,70.969C55.864,70.729 55.15,70.359 54.515,69.859C53.89,69.359 53.348,68.729 52.89,67.969C52.442,67.198 52.098,66.281 51.859,65.219C51.849,65.176 51.84,65.133 51.83,65.09C51.779,65.966 51.581,66.759 51.234,67.469C50.828,68.292 50.255,68.99 49.516,69.563C48.786,70.135 47.932,70.573 46.953,70.875C45.974,71.167 44.906,71.313 43.75,71.313C42.792,71.313 41.849,71.182 40.922,70.922C40.005,70.651 39.172,70.25 38.422,69.719C37.682,69.177 37.089,68.5 36.641,67.688C36.203,66.865 35.984,65.891 35.984,64.766H40.5C40.5,65.349 40.646,65.87 40.938,66.328C41.229,66.786 41.63,67.146 42.141,67.406C42.661,67.667 43.24,67.797 43.875,67.797C44.594,67.797 45.208,67.667 45.719,67.406C46.24,67.135 46.635,66.76 46.906,66.281C47.188,65.792 47.328,65.224 47.328,64.578C47.328,63.745 47.177,63.078 46.875,62.578C46.573,62.068 46.141,61.693 45.578,61.453C45.016,61.214 44.349,61.094 43.578,61.094H41.172V57.672ZM62.374,57.016V62.156C62.374,63.188 62.307,64.063 62.171,64.781C62.036,65.5 61.827,66.083 61.546,66.531C61.275,66.969 60.942,67.292 60.546,67.5C60.161,67.698 59.718,67.797 59.218,67.797C58.812,67.797 58.437,67.734 58.093,67.609C57.76,67.484 57.463,67.286 57.202,67.016C56.952,66.734 56.734,66.375 56.546,65.938C56.369,65.49 56.234,64.953 56.14,64.328C56.057,63.703 56.015,62.979 56.015,62.156V57.016C56.015,55.995 56.083,55.13 56.218,54.422C56.364,53.703 56.572,53.13 56.843,52.703C57.114,52.266 57.442,51.948 57.827,51.75C58.223,51.552 58.676,51.453 59.187,51.453C59.593,51.453 59.963,51.516 60.296,51.641C60.63,51.766 60.926,51.964 61.187,52.234C61.447,52.505 61.666,52.859 61.843,53.297C62.02,53.724 62.15,54.245 62.234,54.859C62.327,55.474 62.374,56.193 62.374,57.016Z"
- android:fillColor="#ffffff"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M28.54,28.54m-72,0a72,72 0,1 1,144 0a72,72 0,1 1,-144 0"
- android:fillAlpha="0.6">
- <aapt:attr name="android:fillColor">
- <gradient
- android:gradientRadius="72"
- android:centerX="28.54"
- android:centerY="28.54"
- android:type="radial">
- <item android:offset="0" android:color="#19FFFFFF"/>
- <item android:offset="1" android:color="#00FFFFFF"/>
- </gradient>
- </aapt:attr>
- </path>
- </group>
-</vector>
diff --git a/app/src/main/res/drawable/ic_launcher_monochrome.xml b/app/src/main/res/drawable/ic_launcher_monochrome.xml
deleted file mode 100644
index ecfabb4..0000000
--- a/app/src/main/res/drawable/ic_launcher_monochrome.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2022 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M38,34H44V39C44,40.105 44.895,41 46,41H62C63.105,41 64,40.105 64,39V34H70C72.209,34 74,35.791 74,38V70C74,72.209 72.209,74 70,74H38C35.791,74 34,72.209 34,70V38C34,35.791 35.791,34 38,34ZM44.344,57.43H42.017V60.739H44.344C45.09,60.739 45.735,60.855 46.278,61.087C46.822,61.318 47.241,61.681 47.533,62.175C47.825,62.658 47.971,63.303 47.971,64.109C47.971,64.733 47.835,65.283 47.563,65.756C47.301,66.219 46.918,66.582 46.415,66.844C45.921,67.096 45.326,67.222 44.631,67.222C44.017,67.222 43.458,67.096 42.954,66.844C42.46,66.592 42.072,66.245 41.79,65.801C41.508,65.358 41.367,64.854 41.367,64.29H37C37,65.378 37.212,66.32 37.635,67.116C38.068,67.902 38.642,68.557 39.357,69.081C40.083,69.594 40.889,69.982 41.775,70.244C42.672,70.496 43.584,70.622 44.51,70.622C45.629,70.622 46.661,70.481 47.608,70.199C48.555,69.907 49.381,69.484 50.087,68.929C50.802,68.375 51.356,67.7 51.749,66.905C52.084,66.218 52.276,65.451 52.325,64.604C52.334,64.645 52.343,64.687 52.353,64.729C52.584,65.756 52.917,66.643 53.35,67.388C53.793,68.123 54.317,68.733 54.922,69.217C55.536,69.7 56.226,70.058 56.992,70.289C57.758,70.511 58.584,70.622 59.47,70.622C60.578,70.622 61.586,70.441 62.493,70.078C63.399,69.715 64.18,69.156 64.835,68.401C65.5,67.635 66.008,66.658 66.361,65.469C66.714,64.27 66.89,62.845 66.89,61.192V57.384C66.89,56.064 66.774,54.896 66.542,53.878C66.311,52.851 65.978,51.969 65.545,51.234C65.112,50.488 64.588,49.879 63.973,49.405C63.359,48.932 62.669,48.584 61.903,48.363C61.148,48.131 60.327,48.015 59.44,48.015C58.332,48.015 57.324,48.196 56.418,48.559C55.511,48.912 54.725,49.466 54.06,50.221C53.405,50.977 52.897,51.949 52.534,53.138C52.181,54.317 52.005,55.732 52.005,57.384V61.192C52.005,61.565 52.014,61.926 52.033,62.276C51.984,62.139 51.93,62.004 51.87,61.872C51.557,61.177 51.094,60.578 50.479,60.074C49.953,59.634 49.319,59.282 48.577,59.019C49.156,58.75 49.665,58.427 50.102,58.049C50.706,57.525 51.17,56.941 51.492,56.296C51.814,55.641 51.975,54.966 51.975,54.271C51.975,52.901 51.663,51.753 51.039,50.826C50.414,49.899 49.543,49.199 48.424,48.725C47.306,48.242 46.001,48 44.51,48C43.191,48 41.982,48.252 40.884,48.756C39.786,49.259 38.909,49.959 38.254,50.856C37.61,51.753 37.287,52.806 37.287,54.014H41.654C41.654,53.47 41.79,53.007 42.062,52.624C42.334,52.241 42.697,51.944 43.15,51.732C43.604,51.521 44.097,51.415 44.631,51.415C45.306,51.415 45.865,51.541 46.309,51.793C46.752,52.035 47.079,52.377 47.291,52.821C47.513,53.254 47.623,53.752 47.623,54.317C47.623,54.941 47.502,55.49 47.261,55.964C47.029,56.427 46.671,56.79 46.188,57.052C45.704,57.304 45.09,57.43 44.344,57.43ZM62.523,61.767V56.795C62.523,55.999 62.477,55.304 62.387,54.709C62.306,54.115 62.18,53.611 62.009,53.198C61.838,52.775 61.626,52.433 61.374,52.171C61.122,51.909 60.835,51.717 60.513,51.597C60.191,51.476 59.833,51.415 59.44,51.415C58.946,51.415 58.508,51.511 58.125,51.702C57.753,51.894 57.435,52.201 57.173,52.624C56.911,53.037 56.71,53.591 56.569,54.286C56.438,54.972 56.372,55.808 56.372,56.795V61.767C56.372,62.563 56.413,63.263 56.493,63.867C56.584,64.472 56.715,64.99 56.886,65.424C57.068,65.847 57.279,66.194 57.521,66.466C57.773,66.728 58.06,66.92 58.382,67.04C58.715,67.161 59.077,67.222 59.47,67.222C59.954,67.222 60.382,67.126 60.755,66.935C61.138,66.733 61.46,66.421 61.722,65.998C61.994,65.565 62.195,65.001 62.326,64.305C62.457,63.61 62.523,62.764 62.523,61.767Z"
- android:fillColor="#ffffffff"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,34h14v3h-14z"
- android:fillColor="#ffffffff"/>
-</vector>
diff --git a/app/src/main/res/drawable/ic_monochrome.xml b/app/src/main/res/drawable/ic_monochrome.xml
new file mode 100644
index 0000000..de19cf2
--- /dev/null
+++ b/app/src/main/res/drawable/ic_monochrome.xml
@@ -0,0 +1,34 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
+ android:viewportWidth="432"
+ android:viewportHeight="432"
+ android:width="108dp"
+ android:height="108dp">
+ <path
+ android:pathData="M158 125L175 125L175 141.5L175.5 142L256.5 142L258 140.5L258 125L274 125L274 142L285.5 142L289 143.5L286 144.5L289 145.5L288 148L284 148.5L287 149.5L286 152L280 152.5L285 153.5L284 156L280 156.5L283 157.5L280 158.5L282 159.5L276 160.5L281 161.5L280 164L276 164.5L279 165.5L276 166.5L276.5 168L272 168.5L276 169.5L272 170.5L275 171.5L272 172.5L274 173.5L272 174Q273.3 177.3 268.5 176L268.5 177L271 177.5L268 178.5L270 179.5L264 180.5L268 181.5L265.5 183L263.5 183L150 183L150 271.5L149 274.5Q150.3 279.3 148 280.5L148.5 288L140 288.5L145 289.5L140 290.5L140.5 292L134 291.5L134 287.5L134 278.5L133 277.5L133 275.5L133 158.5L135 150.5L138 146L145.5 142L158 142L158 125Z"
+ android:fillColor="#0A0A0A"
+ android:fillAlpha="0.9882353"
+ android:strokeColor="#0A0A0A"
+ android:strokeAlpha="0.9882353"
+ android:strokeWidth="1" />
+ <path
+ android:pathData="M134.5 293L137 293.5L134.5 294L134.5 293Z"
+ android:fillColor="#0A0A0A"
+ android:fillAlpha="0.9882353"
+ android:strokeColor="#0A0A0A"
+ android:strokeAlpha="0.9882353"
+ android:strokeWidth="1" />
+ <path
+ android:pathData="M289.5 143L295 147.5L299 156.5L299 291.5Q297.3 300.8 290.5 305L285.5 307L146.5 307Q139.3 305.2 136 299.5L134 294L137 293.5L134 292.5L141 291.5L140.5 290L145 289.5L140 288.5L149 287.5L149 279.5L149.5 274L150 290L282 290L282 183L266 182.5L268 181.5L264 180.5L270 179.5L268 178.5L271 177.5L268 176.5L272 176Q270.9 173.3 273.5 174L273.5 173L272 172.5L275 171.5L272 170.5L276 169.5L272 168.5L277 167.5L276.5 166L279 165.5L276 164.5L280 164L281 161.5L276 160.5L282 159.5L280 158.5L283 157.5L280 156.5L284 156L285 153.5L280 152.5L286 152L287 149.5L284 148.5L288 148L289 145.5L286 144.5L289.5 143Z"
+ android:fillColor="#040404"
+ android:fillAlpha="0.9803922"
+ android:strokeColor="#040404"
+ android:strokeAlpha="0.9803922"
+ android:strokeWidth="1" />
+ <path
+ android:pathData="M133.5 278L134 287.5L135 288.5L134.5 291L133 289.5L133.5 278Z"
+ android:fillColor="#040404"
+ android:fillAlpha="0.9803922"
+ android:strokeColor="#040404"
+ android:strokeAlpha="0.9803922"
+ android:strokeWidth="1" />
+</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_01_adaptive.xml b/app/src/main/res/drawable/logo_calendar_01_adaptive.xml
deleted file mode 100644
index bfccc39..0000000
--- a/app/src/main/res/drawable/logo_calendar_01_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_01" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_01" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_02_adaptive.xml b/app/src/main/res/drawable/logo_calendar_02_adaptive.xml
deleted file mode 100644
index d3129c4..0000000
--- a/app/src/main/res/drawable/logo_calendar_02_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_02" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_02" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_03_adaptive.xml b/app/src/main/res/drawable/logo_calendar_03_adaptive.xml
deleted file mode 100644
index 972f93c..0000000
--- a/app/src/main/res/drawable/logo_calendar_03_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_03" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_03" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_04_adaptive.xml b/app/src/main/res/drawable/logo_calendar_04_adaptive.xml
deleted file mode 100644
index b21da1f..0000000
--- a/app/src/main/res/drawable/logo_calendar_04_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_04" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_04" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_05_adaptive.xml b/app/src/main/res/drawable/logo_calendar_05_adaptive.xml
deleted file mode 100644
index d82bd06..0000000
--- a/app/src/main/res/drawable/logo_calendar_05_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_05" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_05" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_06_adaptive.xml b/app/src/main/res/drawable/logo_calendar_06_adaptive.xml
deleted file mode 100644
index 3399ea1..0000000
--- a/app/src/main/res/drawable/logo_calendar_06_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_06" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_06" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_07_adaptive.xml b/app/src/main/res/drawable/logo_calendar_07_adaptive.xml
deleted file mode 100644
index 8986ba1..0000000
--- a/app/src/main/res/drawable/logo_calendar_07_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_07" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_07" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_08_adaptive.xml b/app/src/main/res/drawable/logo_calendar_08_adaptive.xml
deleted file mode 100644
index 820ba35..0000000
--- a/app/src/main/res/drawable/logo_calendar_08_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_08" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_08" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_09_adaptive.xml b/app/src/main/res/drawable/logo_calendar_09_adaptive.xml
deleted file mode 100644
index 18a29f1..0000000
--- a/app/src/main/res/drawable/logo_calendar_09_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_09" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_09" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_10_adaptive.xml b/app/src/main/res/drawable/logo_calendar_10_adaptive.xml
deleted file mode 100644
index 2a246c1..0000000
--- a/app/src/main/res/drawable/logo_calendar_10_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_10" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_10" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_11_adaptive.xml b/app/src/main/res/drawable/logo_calendar_11_adaptive.xml
deleted file mode 100644
index d5e9b49..0000000
--- a/app/src/main/res/drawable/logo_calendar_11_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_11" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_11" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_12_adaptive.xml b/app/src/main/res/drawable/logo_calendar_12_adaptive.xml
deleted file mode 100644
index b4aebd7..0000000
--- a/app/src/main/res/drawable/logo_calendar_12_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_12" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_12" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_13_adaptive.xml b/app/src/main/res/drawable/logo_calendar_13_adaptive.xml
deleted file mode 100644
index 6026e01..0000000
--- a/app/src/main/res/drawable/logo_calendar_13_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_13" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_13" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_14_adaptive.xml b/app/src/main/res/drawable/logo_calendar_14_adaptive.xml
deleted file mode 100644
index 3d780ee..0000000
--- a/app/src/main/res/drawable/logo_calendar_14_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_14" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_14" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_15_adaptive.xml b/app/src/main/res/drawable/logo_calendar_15_adaptive.xml
deleted file mode 100644
index 973935d..0000000
--- a/app/src/main/res/drawable/logo_calendar_15_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_15" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_15" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_16_adaptive.xml b/app/src/main/res/drawable/logo_calendar_16_adaptive.xml
deleted file mode 100644
index 693f3ab..0000000
--- a/app/src/main/res/drawable/logo_calendar_16_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_16" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_16" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_17_adaptive.xml b/app/src/main/res/drawable/logo_calendar_17_adaptive.xml
deleted file mode 100644
index 458d91a..0000000
--- a/app/src/main/res/drawable/logo_calendar_17_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_17" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_17" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_18_adaptive.xml b/app/src/main/res/drawable/logo_calendar_18_adaptive.xml
deleted file mode 100644
index 25f836d..0000000
--- a/app/src/main/res/drawable/logo_calendar_18_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_18" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_18" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_19_adaptive.xml b/app/src/main/res/drawable/logo_calendar_19_adaptive.xml
deleted file mode 100644
index 9206cbd..0000000
--- a/app/src/main/res/drawable/logo_calendar_19_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_19" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_19" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_20_adaptive.xml b/app/src/main/res/drawable/logo_calendar_20_adaptive.xml
deleted file mode 100644
index 39d6807..0000000
--- a/app/src/main/res/drawable/logo_calendar_20_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_20" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_20" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_21_adaptive.xml b/app/src/main/res/drawable/logo_calendar_21_adaptive.xml
deleted file mode 100644
index eeabffc..0000000
--- a/app/src/main/res/drawable/logo_calendar_21_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_21" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_21" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_22_adaptive.xml b/app/src/main/res/drawable/logo_calendar_22_adaptive.xml
deleted file mode 100644
index 98e5678..0000000
--- a/app/src/main/res/drawable/logo_calendar_22_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_22" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_22" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_23_adaptive.xml b/app/src/main/res/drawable/logo_calendar_23_adaptive.xml
deleted file mode 100644
index b597218..0000000
--- a/app/src/main/res/drawable/logo_calendar_23_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_23" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_23" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_24_adaptive.xml b/app/src/main/res/drawable/logo_calendar_24_adaptive.xml
deleted file mode 100644
index 1d37cd3..0000000
--- a/app/src/main/res/drawable/logo_calendar_24_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_24" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_24" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_25_adaptive.xml b/app/src/main/res/drawable/logo_calendar_25_adaptive.xml
deleted file mode 100644
index ae0226a..0000000
--- a/app/src/main/res/drawable/logo_calendar_25_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_25" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_25" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_26_adaptive.xml b/app/src/main/res/drawable/logo_calendar_26_adaptive.xml
deleted file mode 100644
index 7d32281..0000000
--- a/app/src/main/res/drawable/logo_calendar_26_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_26" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_26" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_27_adaptive.xml b/app/src/main/res/drawable/logo_calendar_27_adaptive.xml
deleted file mode 100644
index d2126c9..0000000
--- a/app/src/main/res/drawable/logo_calendar_27_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_27" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_27" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_28_adaptive.xml b/app/src/main/res/drawable/logo_calendar_28_adaptive.xml
deleted file mode 100644
index 098060b..0000000
--- a/app/src/main/res/drawable/logo_calendar_28_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_28" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_28" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_29_adaptive.xml b/app/src/main/res/drawable/logo_calendar_29_adaptive.xml
deleted file mode 100644
index 2db5b83..0000000
--- a/app/src/main/res/drawable/logo_calendar_29_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_29" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_29" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_30_adaptive.xml b/app/src/main/res/drawable/logo_calendar_30_adaptive.xml
deleted file mode 100644
index 5fc507a..0000000
--- a/app/src/main/res/drawable/logo_calendar_30_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_30" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_30" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_31_adaptive.xml b/app/src/main/res/drawable/logo_calendar_31_adaptive.xml
deleted file mode 100644
index 1e25554..0000000
--- a/app/src/main/res/drawable/logo_calendar_31_adaptive.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<adaptive-icon
- xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground>
- <layer-list>
- <item android:drawable="@drawable/logo_calendar_midlayer" />
- <item android:drawable="@drawable/logo_calendar_dyn_day_31" />
- <item android:drawable="@drawable/logo_calendar_finish" />
- </layer-list>
- </foreground>
- <monochrome android:drawable="@drawable/logo_calendar_monochrome_dyn_day_31" />
-</adaptive-icon>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_01.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_01.xml
deleted file mode 100644
index fe13ecf..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_01.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.531,48.203V71H43.031V53.391L37.625,55.109V51.563L47.047,48.203H47.531Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_02.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_02.xml
deleted file mode 100644
index ab33887..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_02.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_03.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_03.xml
deleted file mode 100644
index 0397be3..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_03.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M41.1719 57.6719H43.5781C44.349 57.6719 44.9844 57.5417 45.4844 57.2812C45.9844 57.0104 46.3542 56.6354 46.5938 56.1562C46.8438 55.6667 46.9688 55.099 46.9688 54.4531C46.9688 53.8698 46.8542 53.3542 46.625 52.9062C46.4062 52.4479 46.0677 52.0938 45.6094 51.8438C45.151 51.5833 44.5729 51.4531 43.875 51.4531C43.3229 51.4531 42.8125 51.5625 42.3438 51.7812C41.875 52 41.5 52.3073 41.2188 52.7031C40.9375 53.099 40.7969 53.5781 40.7969 54.1406H36.2812C36.2812 52.8906 36.6146 51.8021 37.2812 50.875C37.9583 49.9479 38.8646 49.224 40 48.7031C41.1354 48.1823 42.3854 47.9219 43.75 47.9219C45.2917 47.9219 46.6406 48.1719 47.7969 48.6719C48.9531 49.1615 49.8542 49.8854 50.5 50.8438C51.1458 51.8021 51.4688 52.9896 51.4688 54.4062C51.4688 55.125 51.3021 55.8229 50.9688 56.5C50.6354 57.1667 50.1562 57.7708 49.5312 58.3125C48.9167 58.8438 48.1667 59.2708 47.2812 59.5938C46.3958 59.9062 45.401 60.0625 44.2969 60.0625H41.1719V57.6719ZM41.1719 61.0938V58.7656H44.2969C45.5365 58.7656 46.625 58.9062 47.5625 59.1875C48.5 59.4688 49.2865 59.875 49.9219 60.4062C50.5573 60.9271 51.0365 61.5469 51.3594 62.2656C51.6823 62.974 51.8438 63.7604 51.8438 64.625C51.8438 65.6875 51.6406 66.6354 51.2344 67.4688C50.8281 68.2917 50.2552 68.9896 49.5156 69.5625C48.7865 70.1354 47.9323 70.5729 46.9531 70.875C45.974 71.1667 44.9062 71.3125 43.75 71.3125C42.7917 71.3125 41.849 71.1823 40.9219 70.9219C40.0052 70.651 39.1719 70.25 38.4219 69.7188C37.6823 69.1771 37.0885 68.5 36.6406 67.6875C36.2031 66.8646 35.9844 65.8906 35.9844 64.7656H40.5C40.5 65.349 40.6458 65.8698 40.9375 66.3281C41.2292 66.7865 41.6302 67.1458 42.1406 67.4062C42.6615 67.6667 43.2396 67.7969 43.875 67.7969C44.5938 67.7969 45.2083 67.6667 45.7188 67.4062C46.2396 67.1354 46.6354 66.7604 46.9062 66.2812C47.1875 65.7917 47.3281 65.224 47.3281 64.5781C47.3281 63.7448 47.1771 63.0781 46.875 62.5781C46.5729 62.0677 46.1406 61.6927 45.5781 61.4531C45.0156 61.2135 44.349 61.0938 43.5781 61.0938H41.1719Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_04.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_04.xml
deleted file mode 100644
index c617a3d..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_04.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.5 62.5V66.0312H36.1094L35.8906 63.2969L45.375 48.25H48.9531L45.0781 54.7344L40.3594 62.5H52.5ZM49.9219 48.25V71H45.4219V48.25H49.9219Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_05.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_05.xml
deleted file mode 100644
index 5259113..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_05.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40.7969 60.6406L37.2031 59.7812L38.5 48.25H51.2812V51.8906H42.2031L41.6406 56.9375C41.9427 56.7604 42.401 56.5729 43.0156 56.375C43.6302 56.1667 44.3177 56.0625 45.0781 56.0625C46.1823 56.0625 47.1615 56.2344 48.0156 56.5781C48.8698 56.9219 49.5938 57.4219 50.1875 58.0781C50.7917 58.7344 51.25 59.5365 51.5625 60.4844C51.875 61.4323 52.0312 62.5052 52.0312 63.7031C52.0312 64.7135 51.875 65.6771 51.5625 66.5938C51.25 67.5 50.776 68.3125 50.1406 69.0312C49.5052 69.7396 48.7083 70.2969 47.75 70.7031C46.7917 71.1094 45.6562 71.3125 44.3438 71.3125C43.3646 71.3125 42.4167 71.1667 41.5 70.875C40.5938 70.5833 39.776 70.151 39.0469 69.5781C38.3281 69.0052 37.75 68.3125 37.3125 67.5C36.8854 66.6771 36.6615 65.7396 36.6406 64.6875H41.1094C41.1719 65.3333 41.3385 65.8906 41.6094 66.3594C41.8906 66.8177 42.2604 67.1719 42.7188 67.4219C43.1771 67.6719 43.7135 67.7969 44.3281 67.7969C44.901 67.7969 45.3906 67.6875 45.7969 67.4688C46.2031 67.25 46.5312 66.9479 46.7812 66.5625C47.0312 66.1667 47.2135 65.7083 47.3281 65.1875C47.4531 64.6562 47.5156 64.0833 47.5156 63.4688C47.5156 62.8542 47.4427 62.2969 47.2969 61.7969C47.151 61.2969 46.9271 60.8646 46.625 60.5C46.3229 60.1354 45.9375 59.8542 45.4688 59.6562C45.0104 59.4583 44.474 59.3594 43.8594 59.3594C43.026 59.3594 42.3802 59.4896 41.9219 59.75C41.474 60.0104 41.099 60.3073 40.7969 60.6406Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_06.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_06.xml
deleted file mode 100644
index 30428f1..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_06.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M48.1719 48.0156H48.8281V51.6094H48.5625C47.375 51.6094 46.3177 51.7865 45.3906 52.1406C44.4635 52.4948 43.6771 53 43.0312 53.6562C42.3958 54.3021 41.9062 55.0833 41.5625 56C41.2292 56.9167 41.0625 57.9427 41.0625 59.0781V62.8594C41.0625 63.6719 41.1406 64.3906 41.2969 65.0156C41.4635 65.6302 41.6979 66.1458 42 66.5625C42.3125 66.9688 42.6771 67.276 43.0938 67.4844C43.5104 67.6823 43.9792 67.7812 44.5 67.7812C44.9896 67.7812 45.4323 67.6771 45.8281 67.4688C46.2344 67.2604 46.5781 66.9688 46.8594 66.5938C47.151 66.2083 47.3698 65.7604 47.5156 65.25C47.6719 64.7292 47.75 64.1615 47.75 63.5469C47.75 62.9323 47.6719 62.3646 47.5156 61.8438C47.3698 61.3229 47.151 60.875 46.8594 60.5C46.5677 60.1146 46.2135 59.8177 45.7969 59.6094C45.3802 59.401 44.9115 59.2969 44.3906 59.2969C43.6823 59.2969 43.0573 59.4635 42.5156 59.7969C41.9844 60.1198 41.5677 60.5365 41.2656 61.0469C40.9635 61.5573 40.8021 62.0938 40.7812 62.6562L39.4219 61.7812C39.4531 60.9792 39.6198 60.2188 39.9219 59.5C40.2344 58.7812 40.6615 58.1458 41.2031 57.5938C41.7552 57.0312 42.4167 56.5938 43.1875 56.2812C43.9583 55.9583 44.8281 55.7969 45.7969 55.7969C46.8594 55.7969 47.7917 56 48.5938 56.4062C49.4062 56.8125 50.0833 57.3698 50.625 58.0781C51.1667 58.7865 51.5729 59.6042 51.8438 60.5312C52.1146 61.4583 52.25 62.4479 52.25 63.5C52.25 64.6042 52.0677 65.6302 51.7031 66.5781C51.349 67.526 50.8333 68.3542 50.1562 69.0625C49.4896 69.7708 48.6875 70.3229 47.75 70.7188C46.8125 71.1146 45.7604 71.3125 44.5938 71.3125C43.3854 71.3125 42.2865 71.0938 41.2969 70.6562C40.3177 70.2083 39.474 69.5833 38.7656 68.7812C38.0573 67.9792 37.5104 67.026 37.125 65.9219C36.75 64.8177 36.5625 63.6094 36.5625 62.2969V60.5469C36.5625 58.7135 36.8281 57.0365 37.3594 55.5156C37.901 53.9844 38.6771 52.6615 39.6875 51.5469C40.6979 50.4219 41.9167 49.5521 43.3438 48.9375C44.7708 48.3229 46.3802 48.0156 48.1719 48.0156Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_07.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_07.xml
deleted file mode 100644
index 15cab7a..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_07.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.0156 48.25V50.6719L43.2188 71H38.4688L47.2656 51.7656H35.9375V48.25H52.0156Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_08.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_08.xml
deleted file mode 100644
index 869621b..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_08.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M51.8906 64.7656C51.8906 66.1927 51.5573 67.3958 50.8906 68.375C50.224 69.3438 49.3073 70.0781 48.1406 70.5781C46.9844 71.0677 45.6719 71.3125 44.2031 71.3125C42.7344 71.3125 41.4167 71.0677 40.25 70.5781C39.0833 70.0781 38.1615 69.3438 37.4844 68.375C36.8073 67.3958 36.4688 66.1927 36.4688 64.7656C36.4688 63.8073 36.6615 62.9427 37.0469 62.1719C37.4323 61.3906 37.9688 60.724 38.6562 60.1719C39.3542 59.6094 40.1719 59.1823 41.1094 58.8906C42.0469 58.5885 43.0677 58.4375 44.1719 58.4375C45.651 58.4375 46.974 58.6979 48.1406 59.2188C49.3073 59.7396 50.224 60.474 50.8906 61.4219C51.5573 62.3698 51.8906 63.4844 51.8906 64.7656ZM47.3594 64.4688C47.3594 63.7708 47.224 63.1719 46.9531 62.6719C46.6927 62.1615 46.3229 61.7708 45.8438 61.5C45.3646 61.2292 44.8073 61.0938 44.1719 61.0938C43.5365 61.0938 42.9792 61.2292 42.5 61.5C42.0208 61.7708 41.6458 62.1615 41.375 62.6719C41.1146 63.1719 40.9844 63.7708 40.9844 64.4688C40.9844 65.1562 41.1146 65.75 41.375 66.25C41.6458 66.75 42.0208 67.1354 42.5 67.4062C42.9896 67.6667 43.5573 67.7969 44.2031 67.7969C44.849 67.7969 45.4062 67.6667 45.875 67.4062C46.3542 67.1354 46.7188 66.75 46.9688 66.25C47.2292 65.75 47.3594 65.1562 47.3594 64.4688ZM51.4062 54.2812C51.4062 55.4375 51.099 56.4635 50.4844 57.3594C49.8698 58.2448 49.0156 58.9375 47.9219 59.4375C46.8385 59.9375 45.599 60.1875 44.2031 60.1875C42.7969 60.1875 41.5469 59.9375 40.4531 59.4375C39.3594 58.9375 38.5052 58.2448 37.8906 57.3594C37.276 56.4635 36.9688 55.4375 36.9688 54.2812C36.9688 52.9062 37.276 51.75 37.8906 50.8125C38.5156 49.8646 39.3698 49.1458 40.4531 48.6562C41.5469 48.1667 42.7865 47.9219 44.1719 47.9219C45.5781 47.9219 46.8229 48.1667 47.9062 48.6562C49 49.1458 49.8542 49.8646 50.4688 50.8125C51.0938 51.75 51.4062 52.9062 51.4062 54.2812ZM46.9062 54.4844C46.9062 53.8698 46.7969 53.3385 46.5781 52.8906C46.3594 52.4323 46.0469 52.0781 45.6406 51.8281C45.2448 51.5781 44.7552 51.4531 44.1719 51.4531C43.6094 51.4531 43.125 51.5729 42.7188 51.8125C42.3229 52.0521 42.0156 52.401 41.7969 52.8594C41.5885 53.3073 41.4844 53.849 41.4844 54.4844C41.4844 55.099 41.5885 55.6406 41.7969 56.1094C42.0156 56.5677 42.3281 56.9271 42.7344 57.1875C43.1406 57.4479 43.6302 57.5781 44.2031 57.5781C44.776 57.5781 45.2604 57.4479 45.6562 57.1875C46.0625 56.9271 46.3698 56.5677 46.5781 56.1094C46.7969 55.6406 46.9062 55.099 46.9062 54.4844Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_09.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_09.xml
deleted file mode 100644
index a444f7b..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_09.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M39.75 67.5781H40.0469C41.2969 67.5781 42.3698 67.4271 43.2656 67.125C44.1719 66.8125 44.9167 66.3646 45.5 65.7812C46.0833 65.1979 46.5156 64.4844 46.7969 63.6406C47.0781 62.7865 47.2188 61.8177 47.2188 60.7344V56.4219C47.2188 55.599 47.1354 54.875 46.9688 54.25C46.8125 53.625 46.5833 53.1094 46.2812 52.7031C45.9896 52.2865 45.6458 51.974 45.25 51.7656C44.8646 51.5573 44.4375 51.4531 43.9688 51.4531C43.4688 51.4531 43.026 51.5781 42.6406 51.8281C42.2552 52.0677 41.9271 52.3958 41.6562 52.8125C41.3958 53.2292 41.1927 53.7083 41.0469 54.25C40.9115 54.7812 40.8438 55.3385 40.8438 55.9219C40.8438 56.5052 40.9115 57.0625 41.0469 57.5938C41.1823 58.1146 41.3854 58.5781 41.6562 58.9844C41.9271 59.3802 42.2656 59.6979 42.6719 59.9375C43.0781 60.1667 43.5573 60.2812 44.1094 60.2812C44.6406 60.2812 45.1146 60.1823 45.5312 59.9844C45.9583 59.776 46.3177 59.5052 46.6094 59.1719C46.9115 58.8385 47.1406 58.4688 47.2969 58.0625C47.4635 57.6562 47.5469 57.2448 47.5469 56.8281L49.0312 57.6406C49.0312 58.3698 48.875 59.0885 48.5625 59.7969C48.25 60.5052 47.8125 61.151 47.25 61.7344C46.6979 62.3073 46.0573 62.7656 45.3281 63.1094C44.599 63.4531 43.8177 63.625 42.9844 63.625C41.9219 63.625 40.9792 63.4323 40.1562 63.0469C39.3333 62.651 38.6354 62.1094 38.0625 61.4219C37.5 60.724 37.0729 59.9115 36.7812 58.9844C36.4896 58.0573 36.3438 57.0521 36.3438 55.9688C36.3438 54.8646 36.5208 53.8281 36.875 52.8594C37.2396 51.8906 37.7552 51.0365 38.4219 50.2969C39.099 49.5573 39.9062 48.9792 40.8438 48.5625C41.7917 48.1354 42.8438 47.9219 44 47.9219C45.1562 47.9219 46.2083 48.1458 47.1562 48.5938C48.1042 49.0417 48.9167 49.6771 49.5938 50.5C50.2708 51.3125 50.7917 52.2865 51.1562 53.4219C51.5312 54.5573 51.7188 55.8177 51.7188 57.2031V58.7656C51.7188 60.2448 51.5573 61.6198 51.2344 62.8906C50.9219 64.1615 50.4479 65.3125 49.8125 66.3438C49.1875 67.3646 48.4062 68.2396 47.4688 68.9688C46.5417 69.6979 45.4635 70.2552 44.2344 70.6406C43.0052 71.026 41.6302 71.2188 40.1094 71.2188H39.75V67.5781Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_10.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_10.xml
deleted file mode 100644
index 9471cd8..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_10.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM63.85 57.625V61.5625C63.85 63.2708 63.6677 64.7448 63.3031 65.9844C62.9385 67.2135 62.4125 68.224 61.725 69.0156C61.0479 69.7969 60.2406 70.375 59.3031 70.75C58.3656 71.125 57.324 71.3125 56.1781 71.3125C55.2615 71.3125 54.4073 71.1979 53.6156 70.9688C52.824 70.7292 52.1104 70.3594 51.475 69.8594C50.85 69.3594 50.3083 68.7292 49.85 67.9688C49.4021 67.1979 49.0583 66.2812 48.8188 65.2188C48.5792 64.1562 48.4594 62.9375 48.4594 61.5625V57.625C48.4594 55.9167 48.6417 54.4531 49.0063 53.2344C49.3813 52.0052 49.9073 51 50.5844 50.2188C51.2719 49.4375 52.0844 48.8646 53.0219 48.5C53.9594 48.125 55.001 47.9375 56.1469 47.9375C57.0635 47.9375 57.9125 48.0573 58.6938 48.2969C59.4854 48.526 60.199 48.8854 60.8344 49.375C61.4698 49.8646 62.0115 50.4948 62.4594 51.2656C62.9073 52.026 63.251 52.9375 63.4906 54C63.7302 55.0521 63.85 56.2604 63.85 57.625ZM59.3344 62.1562V57.0156C59.3344 56.1927 59.2875 55.474 59.1938 54.8594C59.1104 54.2448 58.9802 53.724 58.8031 53.2969C58.626 52.8594 58.4073 52.5052 58.1469 52.2344C57.8865 51.9635 57.5896 51.7656 57.2563 51.6406C56.9229 51.5156 56.5531 51.4531 56.1469 51.4531C55.6365 51.4531 55.1833 51.5521 54.7875 51.75C54.4021 51.9479 54.074 52.2656 53.8031 52.7031C53.5323 53.1302 53.324 53.7031 53.1781 54.4219C53.0427 55.1302 52.975 55.9948 52.975 57.0156V62.1562C52.975 62.9792 53.0167 63.7031 53.1 64.3281C53.1938 64.9531 53.3292 65.4896 53.5063 65.9375C53.6938 66.375 53.9125 66.7344 54.1625 67.0156C54.4229 67.2865 54.7198 67.4844 55.0531 67.6094C55.3969 67.7344 55.7719 67.7969 56.1781 67.7969C56.6781 67.7969 57.1208 67.6979 57.5063 67.5C57.9021 67.2917 58.2354 66.9688 58.5063 66.5312C58.7875 66.0833 58.9958 65.5 59.1313 64.7812C59.2667 64.0625 59.3344 63.1875 59.3344 62.1562Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_11.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_11.xml
deleted file mode 100644
index 0e83e22..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_11.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM57.4263 48.2031V71H52.9263V53.3906L47.52 55.1094V51.5625L56.9419 48.2031H57.4263Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_12.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_12.xml
deleted file mode 100644
index a14ce82..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_12.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM64.1 67.4844V71H48.5375V68L55.8969 60.1094C56.6365 59.2865 57.2198 58.5625 57.6469 57.9375C58.074 57.3021 58.3813 56.7344 58.5688 56.2344C58.7667 55.724 58.8656 55.2396 58.8656 54.7812C58.8656 54.0938 58.751 53.5052 58.5219 53.0156C58.2927 52.5156 57.9542 52.1302 57.5063 51.8594C57.0688 51.5885 56.5271 51.4531 55.8813 51.4531C55.1938 51.4531 54.6 51.6198 54.1 51.9531C53.6104 52.2865 53.2354 52.75 52.975 53.3438C52.725 53.9375 52.6 54.6094 52.6 55.3594H48.0844C48.0844 54.0052 48.4073 52.7656 49.0531 51.6406C49.699 50.5052 50.6104 49.6042 51.7875 48.9375C52.9646 48.2604 54.3604 47.9219 55.975 47.9219C57.5688 47.9219 58.9125 48.1823 60.0063 48.7031C61.1104 49.2135 61.9438 49.9531 62.5063 50.9219C63.0792 51.8802 63.3656 53.026 63.3656 54.3594C63.3656 55.1094 63.2458 55.8438 63.0063 56.5625C62.7667 57.2708 62.4229 57.9792 61.975 58.6875C61.5375 59.3854 61.0063 60.0938 60.3813 60.8125C59.7563 61.5312 59.0635 62.276 58.3031 63.0469L54.35 67.4844H64.1Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_13.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_13.xml
deleted file mode 100644
index 4f133ed..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_13.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM52.5069 57.6719H54.9131C55.684 57.6719 56.3194 57.5417 56.8194 57.2812C57.3194 57.0104 57.6892 56.6354 57.9288 56.1562C58.1788 55.6667 58.3038 55.099 58.3038 54.4531C58.3038 53.8698 58.1892 53.3542 57.96 52.9062C57.7413 52.4479 57.4027 52.0938 56.9444 51.8438C56.486 51.5833 55.9079 51.4531 55.21 51.4531C54.6579 51.4531 54.1475 51.5625 53.6788 51.7812C53.21 52 52.835 52.3073 52.5538 52.7031C52.2725 53.099 52.1319 53.5781 52.1319 54.1406H47.6163C47.6163 52.8906 47.9496 51.8021 48.6163 50.875C49.2933 49.9479 50.1996 49.224 51.335 48.7031C52.4704 48.1823 53.7204 47.9219 55.085 47.9219C56.6267 47.9219 57.9756 48.1719 59.1319 48.6719C60.2881 49.1615 61.1892 49.8854 61.835 50.8438C62.4808 51.8021 62.8038 52.9896 62.8038 54.4062C62.8038 55.125 62.6371 55.8229 62.3038 56.5C61.9704 57.1667 61.4913 57.7708 60.8663 58.3125C60.2517 58.8438 59.5017 59.2708 58.6163 59.5938C57.7308 59.9062 56.736 60.0625 55.6319 60.0625H52.5069V57.6719ZM52.5069 61.0938V58.7656H55.6319C56.8715 58.7656 57.96 58.9062 58.8975 59.1875C59.835 59.4688 60.6215 59.875 61.2569 60.4062C61.8923 60.9271 62.3715 61.5469 62.6944 62.2656C63.0173 62.974 63.1788 63.7604 63.1788 64.625C63.1788 65.6875 62.9756 66.6354 62.5694 67.4688C62.1631 68.2917 61.5902 68.9896 60.8506 69.5625C60.1215 70.1354 59.2673 70.5729 58.2881 70.875C57.309 71.1667 56.2413 71.3125 55.085 71.3125C54.1267 71.3125 53.184 71.1823 52.2569 70.9219C51.3402 70.651 50.5069 70.25 49.7569 69.7188C49.0173 69.1771 48.4235 68.5 47.9756 67.6875C47.5381 66.8646 47.3194 65.8906 47.3194 64.7656H51.835C51.835 65.349 51.9808 65.8698 52.2725 66.3281C52.5642 66.7865 52.9652 67.1458 53.4756 67.4062C53.9965 67.6667 54.5746 67.7969 55.21 67.7969C55.9288 67.7969 56.5433 67.6667 57.0538 67.4062C57.5746 67.1354 57.9704 66.7604 58.2413 66.2812C58.5225 65.7917 58.6631 65.224 58.6631 64.5781C58.6631 63.7448 58.5121 63.0781 58.21 62.5781C57.9079 62.0677 57.4756 61.6927 56.9131 61.4531C56.3506 61.2135 55.684 61.0938 54.9131 61.0938H52.5069Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_14.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_14.xml
deleted file mode 100644
index 02d3f09..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_14.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM63.835 62.5V66.0312H47.4444L47.2256 63.2969L56.71 48.25H60.2881L56.4131 54.7344L51.6944 62.5H63.835ZM61.2569 48.25V71H56.7569V48.25H61.2569Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_15.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_15.xml
deleted file mode 100644
index 4748400..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_15.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM52.1319 60.6406L48.5381 59.7812L49.835 48.25H62.6163V51.8906H53.5381L52.9756 56.9375C53.2777 56.7604 53.736 56.5729 54.3506 56.375C54.9652 56.1667 55.6527 56.0625 56.4131 56.0625C57.5173 56.0625 58.4965 56.2344 59.3506 56.5781C60.2048 56.9219 60.9288 57.4219 61.5225 58.0781C62.1267 58.7344 62.585 59.5365 62.8975 60.4844C63.21 61.4323 63.3663 62.5052 63.3663 63.7031C63.3663 64.7135 63.21 65.6771 62.8975 66.5938C62.585 67.5 62.111 68.3125 61.4756 69.0312C60.8402 69.7396 60.0433 70.2969 59.085 70.7031C58.1267 71.1094 56.9913 71.3125 55.6788 71.3125C54.6996 71.3125 53.7517 71.1667 52.835 70.875C51.9288 70.5833 51.111 70.151 50.3819 69.5781C49.6631 69.0052 49.085 68.3125 48.6475 67.5C48.2204 66.6771 47.9965 65.7396 47.9756 64.6875H52.4444C52.5069 65.3333 52.6735 65.8906 52.9444 66.3594C53.2256 66.8177 53.5954 67.1719 54.0538 67.4219C54.5121 67.6719 55.0485 67.7969 55.6631 67.7969C56.236 67.7969 56.7256 67.6875 57.1319 67.4688C57.5381 67.25 57.8663 66.9479 58.1163 66.5625C58.3663 66.1667 58.5485 65.7083 58.6631 65.1875C58.7881 64.6562 58.8506 64.0833 58.8506 63.4688C58.8506 62.8542 58.7777 62.2969 58.6319 61.7969C58.486 61.2969 58.2621 60.8646 57.96 60.5C57.6579 60.1354 57.2725 59.8542 56.8038 59.6562C56.3454 59.4583 55.809 59.3594 55.1944 59.3594C54.361 59.3594 53.7152 59.4896 53.2569 59.75C52.809 60.0104 52.434 60.3073 52.1319 60.6406Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_16.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_16.xml
deleted file mode 100644
index 14c2418..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_16.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM60.1469 48.0156H60.8031V51.6094H60.5375C59.35 51.6094 58.2927 51.7865 57.3656 52.1406C56.4385 52.4948 55.6521 53 55.0063 53.6562C54.3708 54.3021 53.8813 55.0833 53.5375 56C53.2042 56.9167 53.0375 57.9427 53.0375 59.0781V62.8594C53.0375 63.6719 53.1156 64.3906 53.2719 65.0156C53.4385 65.6302 53.6729 66.1458 53.975 66.5625C54.2875 66.9688 54.6521 67.276 55.0688 67.4844C55.4854 67.6823 55.9542 67.7812 56.475 67.7812C56.9646 67.7812 57.4073 67.6771 57.8031 67.4688C58.2094 67.2604 58.5531 66.9688 58.8344 66.5938C59.126 66.2083 59.3448 65.7604 59.4906 65.25C59.6469 64.7292 59.725 64.1615 59.725 63.5469C59.725 62.9323 59.6469 62.3646 59.4906 61.8438C59.3448 61.3229 59.126 60.875 58.8344 60.5C58.5427 60.1146 58.1885 59.8177 57.7719 59.6094C57.3552 59.401 56.8865 59.2969 56.3656 59.2969C55.6573 59.2969 55.0323 59.4635 54.4906 59.7969C53.9594 60.1198 53.5427 60.5365 53.2406 61.0469C52.9385 61.5573 52.7771 62.0938 52.7563 62.6562L51.3969 61.7812C51.4281 60.9792 51.5948 60.2188 51.8969 59.5C52.2094 58.7812 52.6365 58.1458 53.1781 57.5938C53.7302 57.0312 54.3917 56.5938 55.1625 56.2812C55.9333 55.9583 56.8031 55.7969 57.7719 55.7969C58.8344 55.7969 59.7667 56 60.5688 56.4062C61.3813 56.8125 62.0583 57.3698 62.6 58.0781C63.1417 58.7865 63.5479 59.6042 63.8188 60.5312C64.0896 61.4583 64.225 62.4479 64.225 63.5C64.225 64.6042 64.0427 65.6302 63.6781 66.5781C63.324 67.526 62.8083 68.3542 62.1313 69.0625C61.4646 69.7708 60.6625 70.3229 59.725 70.7188C58.7875 71.1146 57.7354 71.3125 56.5688 71.3125C55.3604 71.3125 54.2615 71.0938 53.2719 70.6562C52.2927 70.2083 51.449 69.5833 50.7406 68.7812C50.0323 67.9792 49.4854 67.026 49.1 65.9219C48.725 64.8177 48.5375 63.6094 48.5375 62.2969V60.5469C48.5375 58.7135 48.8031 57.0365 49.3344 55.5156C49.876 53.9844 50.6521 52.6615 51.6625 51.5469C52.6729 50.4219 53.8917 49.5521 55.3188 48.9375C56.7458 48.3229 58.3552 48.0156 60.1469 48.0156Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_17.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_17.xml
deleted file mode 100644
index 6f29246..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_17.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM65.2706 48.25V50.6719L56.4738 71H51.7238L60.5206 51.7656H49.1925V48.25H65.2706Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_18.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_18.xml
deleted file mode 100644
index 8dfb2db..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_18.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM63.2256 64.7656C63.2256 66.1927 62.8923 67.3958 62.2256 68.375C61.559 69.3438 60.6423 70.0781 59.4756 70.5781C58.3194 71.0677 57.0069 71.3125 55.5381 71.3125C54.0694 71.3125 52.7517 71.0677 51.585 70.5781C50.4183 70.0781 49.4965 69.3438 48.8194 68.375C48.1423 67.3958 47.8038 66.1927 47.8038 64.7656C47.8038 63.8073 47.9965 62.9427 48.3819 62.1719C48.7673 61.3906 49.3038 60.724 49.9913 60.1719C50.6892 59.6094 51.5069 59.1823 52.4444 58.8906C53.3819 58.5885 54.4027 58.4375 55.5069 58.4375C56.986 58.4375 58.309 58.6979 59.4756 59.2188C60.6423 59.7396 61.559 60.474 62.2256 61.4219C62.8923 62.3698 63.2256 63.4844 63.2256 64.7656ZM58.6944 64.4688C58.6944 63.7708 58.559 63.1719 58.2881 62.6719C58.0277 62.1615 57.6579 61.7708 57.1788 61.5C56.6996 61.2292 56.1423 61.0938 55.5069 61.0938C54.8715 61.0938 54.3142 61.2292 53.835 61.5C53.3558 61.7708 52.9808 62.1615 52.71 62.6719C52.4496 63.1719 52.3194 63.7708 52.3194 64.4688C52.3194 65.1562 52.4496 65.75 52.71 66.25C52.9808 66.75 53.3558 67.1354 53.835 67.4062C54.3246 67.6667 54.8923 67.7969 55.5381 67.7969C56.184 67.7969 56.7413 67.6667 57.21 67.4062C57.6892 67.1354 58.0538 66.75 58.3038 66.25C58.5642 65.75 58.6944 65.1562 58.6944 64.4688ZM62.7413 54.2812C62.7413 55.4375 62.434 56.4635 61.8194 57.3594C61.2048 58.2448 60.3506 58.9375 59.2569 59.4375C58.1735 59.9375 56.934 60.1875 55.5381 60.1875C54.1319 60.1875 52.8819 59.9375 51.7881 59.4375C50.6944 58.9375 49.8402 58.2448 49.2256 57.3594C48.611 56.4635 48.3038 55.4375 48.3038 54.2812C48.3038 52.9062 48.611 51.75 49.2256 50.8125C49.8506 49.8646 50.7048 49.1458 51.7881 48.6562C52.8819 48.1667 54.1215 47.9219 55.5069 47.9219C56.9131 47.9219 58.1579 48.1667 59.2413 48.6562C60.335 49.1458 61.1892 49.8646 61.8038 50.8125C62.4288 51.75 62.7413 52.9062 62.7413 54.2812ZM58.2413 54.4844C58.2413 53.8698 58.1319 53.3385 57.9131 52.8906C57.6944 52.4323 57.3819 52.0781 56.9756 51.8281C56.5798 51.5781 56.0902 51.4531 55.5069 51.4531C54.9444 51.4531 54.46 51.5729 54.0538 51.8125C53.6579 52.0521 53.3506 52.401 53.1319 52.8594C52.9235 53.3073 52.8194 53.849 52.8194 54.4844C52.8194 55.099 52.9235 55.6406 53.1319 56.1094C53.3506 56.5677 53.6631 56.9271 54.0694 57.1875C54.4756 57.4479 54.9652 57.5781 55.5381 57.5781C56.111 57.5781 56.5954 57.4479 56.9913 57.1875C57.3975 56.9271 57.7048 56.5677 57.9131 56.1094C58.1319 55.6406 58.2413 55.099 58.2413 54.4844Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_19.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_19.xml
deleted file mode 100644
index cf01fa2..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_19.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M47.5312 48.2031V71H43.0312V53.3906L37.625 55.1094V51.5625L47.0469 48.2031H47.5312ZM51.405 67.5781H51.7019C52.9519 67.5781 54.0248 67.4271 54.9206 67.125C55.8269 66.8125 56.5717 66.3646 57.155 65.7812C57.7383 65.1979 58.1706 64.4844 58.4519 63.6406C58.7331 62.7865 58.8738 61.8177 58.8738 60.7344V56.4219C58.8738 55.599 58.7904 54.875 58.6238 54.25C58.4675 53.625 58.2383 53.1094 57.9363 52.7031C57.6446 52.2865 57.3008 51.974 56.905 51.7656C56.5196 51.5573 56.0925 51.4531 55.6238 51.4531C55.1238 51.4531 54.681 51.5781 54.2956 51.8281C53.9102 52.0677 53.5821 52.3958 53.3113 52.8125C53.0508 53.2292 52.8477 53.7083 52.7019 54.25C52.5665 54.7812 52.4988 55.3385 52.4988 55.9219C52.4988 56.5052 52.5665 57.0625 52.7019 57.5938C52.8373 58.1146 53.0404 58.5781 53.3113 58.9844C53.5821 59.3802 53.9206 59.6979 54.3269 59.9375C54.7331 60.1667 55.2123 60.2812 55.7644 60.2812C56.2956 60.2812 56.7696 60.1823 57.1863 59.9844C57.6133 59.776 57.9727 59.5052 58.2644 59.1719C58.5665 58.8385 58.7956 58.4688 58.9519 58.0625C59.1185 57.6562 59.2019 57.2448 59.2019 56.8281L60.6863 57.6406C60.6863 58.3698 60.53 59.0885 60.2175 59.7969C59.905 60.5052 59.4675 61.151 58.905 61.7344C58.3529 62.3073 57.7123 62.7656 56.9831 63.1094C56.254 63.4531 55.4727 63.625 54.6394 63.625C53.5769 63.625 52.6342 63.4323 51.8113 63.0469C50.9883 62.651 50.2904 62.1094 49.7175 61.4219C49.155 60.724 48.7279 59.9115 48.4363 58.9844C48.1446 58.0573 47.9988 57.0521 47.9988 55.9688C47.9988 54.8646 48.1758 53.8281 48.53 52.8594C48.8946 51.8906 49.4102 51.0365 50.0769 50.2969C50.754 49.5573 51.5613 48.9792 52.4988 48.5625C53.4467 48.1354 54.4988 47.9219 55.655 47.9219C56.8113 47.9219 57.8633 48.1458 58.8113 48.5938C59.7592 49.0417 60.5717 49.6771 61.2488 50.5C61.9258 51.3125 62.4467 52.2865 62.8113 53.4219C63.1863 54.5573 63.3738 55.8177 63.3738 57.2031V58.7656C63.3738 60.2448 63.2123 61.6198 62.8894 62.8906C62.5769 64.1615 62.1029 65.3125 61.4675 66.3438C60.8425 67.3646 60.0613 68.2396 59.1238 68.9688C58.1967 69.6979 57.1185 70.2552 55.8894 70.6406C54.6602 71.026 53.2852 71.2188 51.7644 71.2188H51.405V67.5781Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_20.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_20.xml
deleted file mode 100644
index fa9ee70..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_20.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM66.25 57.625V61.5625C66.25 63.2708 66.0677 64.7448 65.7031 65.9844C65.3385 67.2135 64.8125 68.224 64.125 69.0156C63.4479 69.7969 62.6406 70.375 61.7031 70.75C60.7656 71.125 59.724 71.3125 58.5781 71.3125C57.6615 71.3125 56.8073 71.1979 56.0156 70.9688C55.224 70.7292 54.5104 70.3594 53.875 69.8594C53.25 69.3594 52.7083 68.7292 52.25 67.9688C51.8021 67.1979 51.4583 66.2812 51.2188 65.2188C50.9792 64.1562 50.8594 62.9375 50.8594 61.5625V57.625C50.8594 55.9167 51.0417 54.4531 51.4062 53.2344C51.7812 52.0052 52.3073 51 52.9844 50.2188C53.6719 49.4375 54.4844 48.8646 55.4219 48.5C56.3594 48.125 57.401 47.9375 58.5469 47.9375C59.4635 47.9375 60.3125 48.0573 61.0938 48.2969C61.8854 48.526 62.599 48.8854 63.2344 49.375C63.8698 49.8646 64.4115 50.4948 64.8594 51.2656C65.3073 52.026 65.651 52.9375 65.8906 54C66.1302 55.0521 66.25 56.2604 66.25 57.625ZM61.7344 62.1562V57.0156C61.7344 56.1927 61.6875 55.474 61.5938 54.8594C61.5104 54.2448 61.3802 53.724 61.2031 53.2969C61.026 52.8594 60.8073 52.5052 60.5469 52.2344C60.2865 51.9635 59.9896 51.7656 59.6562 51.6406C59.3229 51.5156 58.9531 51.4531 58.5469 51.4531C58.0365 51.4531 57.5833 51.5521 57.1875 51.75C56.8021 51.9479 56.474 52.2656 56.2031 52.7031C55.9323 53.1302 55.724 53.7031 55.5781 54.4219C55.4427 55.1302 55.375 55.9948 55.375 57.0156V62.1562C55.375 62.9792 55.4167 63.7031 55.5 64.3281C55.5938 64.9531 55.7292 65.4896 55.9062 65.9375C56.0938 66.375 56.3125 66.7344 56.5625 67.0156C56.8229 67.2865 57.1198 67.4844 57.4531 67.6094C57.7969 67.7344 58.1719 67.7969 58.5781 67.7969C59.0781 67.7969 59.5208 67.6979 59.9062 67.5C60.3021 67.2917 60.6354 66.9688 60.9062 66.5312C61.1875 66.0833 61.3958 65.5 61.5312 64.7812C61.6667 64.0625 61.7344 63.1875 61.7344 62.1562Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_21.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_21.xml
deleted file mode 100644
index e6d8e40..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_21.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM61.1062 48.2031V71H56.6062V53.3906L51.2 55.1094V51.5625L60.6219 48.2031H61.1062Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_22.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_22.xml
deleted file mode 100644
index 6fbe258..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_22.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM67.62 67.4844V71H52.0575V68L59.4169 60.1094C60.1565 59.2865 60.7398 58.5625 61.1669 57.9375C61.594 57.3021 61.9012 56.7344 62.0887 56.2344C62.2867 55.724 62.3856 55.2396 62.3856 54.7812C62.3856 54.0938 62.271 53.5052 62.0419 53.0156C61.8127 52.5156 61.4742 52.1302 61.0262 51.8594C60.5887 51.5885 60.0471 51.4531 59.4012 51.4531C58.7137 51.4531 58.12 51.6198 57.62 51.9531C57.1304 52.2865 56.7554 52.75 56.495 53.3438C56.245 53.9375 56.12 54.6094 56.12 55.3594H51.6044C51.6044 54.0052 51.9273 52.7656 52.5731 51.6406C53.219 50.5052 54.1304 49.6042 55.3075 48.9375C56.4846 48.2604 57.8804 47.9219 59.495 47.9219C61.0887 47.9219 62.4325 48.1823 63.5262 48.7031C64.6304 49.2135 65.4637 49.9531 66.0262 50.9219C66.5992 51.8802 66.8856 53.026 66.8856 54.3594C66.8856 55.1094 66.7658 55.8438 66.5262 56.5625C66.2867 57.2708 65.9429 57.9792 65.495 58.6875C65.0575 59.3854 64.5262 60.0938 63.9012 60.8125C63.2762 61.5312 62.5835 62.276 61.8231 63.0469L57.87 67.4844H67.62Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_23.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_23.xml
deleted file mode 100644
index 0bf89c5..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_23.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM56.3469 57.6719H58.7531C59.524 57.6719 60.1594 57.5417 60.6594 57.2812C61.1594 57.0104 61.5292 56.6354 61.7688 56.1562C62.0188 55.6667 62.1438 55.099 62.1438 54.4531C62.1438 53.8698 62.0292 53.3542 61.8 52.9062C61.5813 52.4479 61.2427 52.0938 60.7844 51.8438C60.326 51.5833 59.7479 51.4531 59.05 51.4531C58.4979 51.4531 57.9875 51.5625 57.5188 51.7812C57.05 52 56.675 52.3073 56.3938 52.7031C56.1125 53.099 55.9719 53.5781 55.9719 54.1406H51.4563C51.4563 52.8906 51.7896 51.8021 52.4563 50.875C53.1333 49.9479 54.0396 49.224 55.175 48.7031C56.3104 48.1823 57.5604 47.9219 58.925 47.9219C60.4667 47.9219 61.8156 48.1719 62.9719 48.6719C64.1281 49.1615 65.0292 49.8854 65.675 50.8438C66.3208 51.8021 66.6438 52.9896 66.6438 54.4062C66.6438 55.125 66.4771 55.8229 66.1438 56.5C65.8104 57.1667 65.3313 57.7708 64.7063 58.3125C64.0917 58.8438 63.3417 59.2708 62.4563 59.5938C61.5708 59.9062 60.576 60.0625 59.4719 60.0625H56.3469V57.6719ZM56.3469 61.0938V58.7656H59.4719C60.7115 58.7656 61.8 58.9062 62.7375 59.1875C63.675 59.4688 64.4615 59.875 65.0969 60.4062C65.7323 60.9271 66.2115 61.5469 66.5344 62.2656C66.8573 62.974 67.0188 63.7604 67.0188 64.625C67.0188 65.6875 66.8156 66.6354 66.4094 67.4688C66.0031 68.2917 65.4302 68.9896 64.6906 69.5625C63.9615 70.1354 63.1073 70.5729 62.1281 70.875C61.149 71.1667 60.0813 71.3125 58.925 71.3125C57.9667 71.3125 57.024 71.1823 56.0969 70.9219C55.1802 70.651 54.3469 70.25 53.5969 69.7188C52.8573 69.1771 52.2635 68.5 51.8156 67.6875C51.3781 66.8646 51.1594 65.8906 51.1594 64.7656H55.675C55.675 65.349 55.8208 65.8698 56.1125 66.3281C56.4042 66.7865 56.8052 67.1458 57.3156 67.4062C57.8365 67.6667 58.4146 67.7969 59.05 67.7969C59.7688 67.7969 60.3833 67.6667 60.8938 67.4062C61.4146 67.1354 61.8104 66.7604 62.0813 66.2812C62.3625 65.7917 62.5031 65.224 62.5031 64.5781C62.5031 63.7448 62.3521 63.0781 62.05 62.5781C61.7479 62.0677 61.3156 61.6927 60.7531 61.4531C60.1906 61.2135 59.524 61.0938 58.7531 61.0938H56.3469Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_24.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_24.xml
deleted file mode 100644
index eaf747f..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_24.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM65.435 62.5V66.0312H49.0444L48.8256 63.2969L58.31 48.25H61.8881L58.0131 54.7344L53.2944 62.5H65.435ZM62.8569 48.25V71H58.3569V48.25H62.8569Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_25.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_25.xml
deleted file mode 100644
index 787a80c..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_25.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM55.3319 60.6406L51.7381 59.7812L53.035 48.25H65.8162V51.8906H56.7381L56.1756 56.9375C56.4777 56.7604 56.936 56.5729 57.5506 56.375C58.1652 56.1667 58.8527 56.0625 59.6131 56.0625C60.7173 56.0625 61.6965 56.2344 62.5506 56.5781C63.4048 56.9219 64.1287 57.4219 64.7225 58.0781C65.3267 58.7344 65.785 59.5365 66.0975 60.4844C66.41 61.4323 66.5662 62.5052 66.5662 63.7031C66.5662 64.7135 66.41 65.6771 66.0975 66.5938C65.785 67.5 65.311 68.3125 64.6756 69.0312C64.0402 69.7396 63.2433 70.2969 62.285 70.7031C61.3267 71.1094 60.1912 71.3125 58.8787 71.3125C57.8996 71.3125 56.9517 71.1667 56.035 70.875C55.1287 70.5833 54.311 70.151 53.5819 69.5781C52.8631 69.0052 52.285 68.3125 51.8475 67.5C51.4204 66.6771 51.1965 65.7396 51.1756 64.6875H55.6444C55.7069 65.3333 55.8735 65.8906 56.1444 66.3594C56.4256 66.8177 56.7954 67.1719 57.2537 67.4219C57.7121 67.6719 58.2485 67.7969 58.8631 67.7969C59.436 67.7969 59.9256 67.6875 60.3319 67.4688C60.7381 67.25 61.0662 66.9479 61.3162 66.5625C61.5662 66.1667 61.7485 65.7083 61.8631 65.1875C61.9881 64.6562 62.0506 64.0833 62.0506 63.4688C62.0506 62.8542 61.9777 62.2969 61.8319 61.7969C61.686 61.2969 61.4621 60.8646 61.16 60.5C60.8579 60.1354 60.4725 59.8542 60.0037 59.6562C59.5454 59.4583 59.009 59.3594 58.3944 59.3594C57.561 59.3594 56.9152 59.4896 56.4569 59.75C56.009 60.0104 55.634 60.3073 55.3319 60.6406Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_26.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_26.xml
deleted file mode 100644
index 62f7977..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_26.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM62.7069 48.0156H63.3631V51.6094H63.0975C61.91 51.6094 60.8527 51.7865 59.9256 52.1406C58.9985 52.4948 58.2121 53 57.5662 53.6562C56.9308 54.3021 56.4412 55.0833 56.0975 56C55.7642 56.9167 55.5975 57.9427 55.5975 59.0781V62.8594C55.5975 63.6719 55.6756 64.3906 55.8319 65.0156C55.9985 65.6302 56.2329 66.1458 56.535 66.5625C56.8475 66.9688 57.2121 67.276 57.6287 67.4844C58.0454 67.6823 58.5142 67.7812 59.035 67.7812C59.5246 67.7812 59.9673 67.6771 60.3631 67.4688C60.7694 67.2604 61.1131 66.9688 61.3944 66.5938C61.686 66.2083 61.9048 65.7604 62.0506 65.25C62.2069 64.7292 62.285 64.1615 62.285 63.5469C62.285 62.9323 62.2069 62.3646 62.0506 61.8438C61.9048 61.3229 61.686 60.875 61.3944 60.5C61.1027 60.1146 60.7485 59.8177 60.3319 59.6094C59.9152 59.401 59.4465 59.2969 58.9256 59.2969C58.2173 59.2969 57.5923 59.4635 57.0506 59.7969C56.5194 60.1198 56.1027 60.5365 55.8006 61.0469C55.4985 61.5573 55.3371 62.0938 55.3162 62.6562L53.9569 61.7812C53.9881 60.9792 54.1548 60.2188 54.4569 59.5C54.7694 58.7812 55.1965 58.1458 55.7381 57.5938C56.2902 57.0312 56.9517 56.5938 57.7225 56.2812C58.4933 55.9583 59.3631 55.7969 60.3319 55.7969C61.3944 55.7969 62.3267 56 63.1287 56.4062C63.9412 56.8125 64.6183 57.3698 65.16 58.0781C65.7017 58.7865 66.1079 59.6042 66.3787 60.5312C66.6496 61.4583 66.785 62.4479 66.785 63.5C66.785 64.6042 66.6027 65.6302 66.2381 66.5781C65.884 67.526 65.3683 68.3542 64.6912 69.0625C64.0246 69.7708 63.2225 70.3229 62.285 70.7188C61.3475 71.1146 60.2954 71.3125 59.1287 71.3125C57.9204 71.3125 56.8215 71.0938 55.8319 70.6562C54.8527 70.2083 54.009 69.5833 53.3006 68.7812C52.5923 67.9792 52.0454 67.026 51.66 65.9219C51.285 64.8177 51.0975 63.6094 51.0975 62.2969V60.5469C51.0975 58.7135 51.3631 57.0365 51.8944 55.5156C52.436 53.9844 53.2121 52.6615 54.2225 51.5469C55.2329 50.4219 56.4517 49.5521 57.8787 48.9375C59.3058 48.3229 60.9152 48.0156 62.7069 48.0156Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_27.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_27.xml
deleted file mode 100644
index 8d65d0d..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_27.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM66.8706 48.25V50.6719L58.0737 71H53.3237L62.1206 51.7656H50.7925V48.25H66.8706Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_28.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_28.xml
deleted file mode 100644
index 9a6ca3e..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_28.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM66.7456 64.7656C66.7456 66.1927 66.4123 67.3958 65.7456 68.375C65.079 69.3438 64.1623 70.0781 62.9956 70.5781C61.8394 71.0677 60.5269 71.3125 59.0581 71.3125C57.5894 71.3125 56.2717 71.0677 55.105 70.5781C53.9383 70.0781 53.0165 69.3438 52.3394 68.375C51.6623 67.3958 51.3237 66.1927 51.3237 64.7656C51.3237 63.8073 51.5165 62.9427 51.9019 62.1719C52.2873 61.3906 52.8237 60.724 53.5112 60.1719C54.2092 59.6094 55.0269 59.1823 55.9644 58.8906C56.9019 58.5885 57.9227 58.4375 59.0269 58.4375C60.506 58.4375 61.829 58.6979 62.9956 59.2188C64.1623 59.7396 65.079 60.474 65.7456 61.4219C66.4123 62.3698 66.7456 63.4844 66.7456 64.7656ZM62.2144 64.4688C62.2144 63.7708 62.079 63.1719 61.8081 62.6719C61.5477 62.1615 61.1779 61.7708 60.6987 61.5C60.2196 61.2292 59.6623 61.0938 59.0269 61.0938C58.3915 61.0938 57.8342 61.2292 57.355 61.5C56.8758 61.7708 56.5008 62.1615 56.23 62.6719C55.9696 63.1719 55.8394 63.7708 55.8394 64.4688C55.8394 65.1562 55.9696 65.75 56.23 66.25C56.5008 66.75 56.8758 67.1354 57.355 67.4062C57.8446 67.6667 58.4123 67.7969 59.0581 67.7969C59.704 67.7969 60.2612 67.6667 60.73 67.4062C61.2092 67.1354 61.5737 66.75 61.8237 66.25C62.0842 65.75 62.2144 65.1562 62.2144 64.4688ZM66.2612 54.2812C66.2612 55.4375 65.954 56.4635 65.3394 57.3594C64.7248 58.2448 63.8706 58.9375 62.7769 59.4375C61.6935 59.9375 60.454 60.1875 59.0581 60.1875C57.6519 60.1875 56.4019 59.9375 55.3081 59.4375C54.2144 58.9375 53.3602 58.2448 52.7456 57.3594C52.131 56.4635 51.8237 55.4375 51.8237 54.2812C51.8237 52.9062 52.131 51.75 52.7456 50.8125C53.3706 49.8646 54.2248 49.1458 55.3081 48.6562C56.4019 48.1667 57.6415 47.9219 59.0269 47.9219C60.4331 47.9219 61.6779 48.1667 62.7612 48.6562C63.855 49.1458 64.7092 49.8646 65.3237 50.8125C65.9487 51.75 66.2612 52.9062 66.2612 54.2812ZM61.7612 54.4844C61.7612 53.8698 61.6519 53.3385 61.4331 52.8906C61.2144 52.4323 60.9019 52.0781 60.4956 51.8281C60.0998 51.5781 59.6102 51.4531 59.0269 51.4531C58.4644 51.4531 57.98 51.5729 57.5737 51.8125C57.1779 52.0521 56.8706 52.401 56.6519 52.8594C56.4435 53.3073 56.3394 53.849 56.3394 54.4844C56.3394 55.099 56.4435 55.6406 56.6519 56.1094C56.8706 56.5677 57.1831 56.9271 57.5894 57.1875C57.9956 57.4479 58.4852 57.5781 59.0581 57.5781C59.631 57.5781 60.1154 57.4479 60.5112 57.1875C60.9175 56.9271 61.2248 56.5677 61.4331 56.1094C61.6519 55.6406 61.7612 55.099 61.7612 54.4844Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_29.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_29.xml
deleted file mode 100644
index 406cac7..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_29.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M52.125 67.4844V71H36.5625V68L43.9219 60.1094C44.6615 59.2865 45.2448 58.5625 45.6719 57.9375C46.099 57.3021 46.4062 56.7344 46.5938 56.2344C46.7917 55.724 46.8906 55.2396 46.8906 54.7812C46.8906 54.0938 46.776 53.5052 46.5469 53.0156C46.3177 52.5156 45.9792 52.1302 45.5312 51.8594C45.0938 51.5885 44.5521 51.4531 43.9062 51.4531C43.2188 51.4531 42.625 51.6198 42.125 51.9531C41.6354 52.2865 41.2604 52.75 41 53.3438C40.75 53.9375 40.625 54.6094 40.625 55.3594H36.1094C36.1094 54.0052 36.4323 52.7656 37.0781 51.6406C37.724 50.5052 38.6354 49.6042 39.8125 48.9375C40.9896 48.2604 42.3854 47.9219 44 47.9219C45.5938 47.9219 46.9375 48.1823 48.0312 48.7031C49.1354 49.2135 49.9688 49.9531 50.5312 50.9219C51.1042 51.8802 51.3906 53.026 51.3906 54.3594C51.3906 55.1094 51.2708 55.8438 51.0312 56.5625C50.7917 57.2708 50.4479 57.9792 50 58.6875C49.5625 59.3854 49.0312 60.0938 48.4062 60.8125C47.7812 61.5312 47.0885 62.276 46.3281 63.0469L42.375 67.4844H52.125ZM54.605 67.5781H54.9019C56.1519 67.5781 57.2248 67.4271 58.1206 67.125C59.0269 66.8125 59.7717 66.3646 60.355 65.7812C60.9383 65.1979 61.3706 64.4844 61.6519 63.6406C61.9331 62.7865 62.0737 61.8177 62.0737 60.7344V56.4219C62.0737 55.599 61.9904 54.875 61.8237 54.25C61.6675 53.625 61.4383 53.1094 61.1362 52.7031C60.8446 52.2865 60.5008 51.974 60.105 51.7656C59.7196 51.5573 59.2925 51.4531 58.8237 51.4531C58.3237 51.4531 57.881 51.5781 57.4956 51.8281C57.1102 52.0677 56.7821 52.3958 56.5112 52.8125C56.2508 53.2292 56.0477 53.7083 55.9019 54.25C55.7665 54.7812 55.6987 55.3385 55.6987 55.9219C55.6987 56.5052 55.7665 57.0625 55.9019 57.5938C56.0373 58.1146 56.2404 58.5781 56.5112 58.9844C56.7821 59.3802 57.1206 59.6979 57.5269 59.9375C57.9331 60.1667 58.4123 60.2812 58.9644 60.2812C59.4956 60.2812 59.9696 60.1823 60.3862 59.9844C60.8133 59.776 61.1727 59.5052 61.4644 59.1719C61.7665 58.8385 61.9956 58.4688 62.1519 58.0625C62.3185 57.6562 62.4019 57.2448 62.4019 56.8281L63.8862 57.6406C63.8862 58.3698 63.73 59.0885 63.4175 59.7969C63.105 60.5052 62.6675 61.151 62.105 61.7344C61.5529 62.3073 60.9123 62.7656 60.1831 63.1094C59.454 63.4531 58.6727 63.625 57.8394 63.625C56.7769 63.625 55.8342 63.4323 55.0112 63.0469C54.1883 62.651 53.4904 62.1094 52.9175 61.4219C52.355 60.724 51.9279 59.9115 51.6362 58.9844C51.3446 58.0573 51.1987 57.0521 51.1987 55.9688C51.1987 54.8646 51.3758 53.8281 51.73 52.8594C52.0946 51.8906 52.6102 51.0365 53.2769 50.2969C53.954 49.5573 54.7612 48.9792 55.6987 48.5625C56.6467 48.1354 57.6987 47.9219 58.855 47.9219C60.0112 47.9219 61.0633 48.1458 62.0112 48.5938C62.9592 49.0417 63.7717 49.6771 64.4487 50.5C65.1258 51.3125 65.6467 52.2865 66.0112 53.4219C66.3862 54.5573 66.5737 55.8177 66.5737 57.2031V58.7656C66.5737 60.2448 66.4123 61.6198 66.0894 62.8906C65.7769 64.1615 65.3029 65.3125 64.6675 66.3438C64.0425 67.3646 63.2612 68.2396 62.3237 68.9688C61.3967 69.6979 60.3185 70.2552 59.0894 70.6406C57.8602 71.026 56.4852 71.2188 54.9644 71.2188H54.605V67.5781Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_30.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_30.xml
deleted file mode 100644
index 7aabb13..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_30.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M41.1719 57.6719H43.5781C44.349 57.6719 44.9844 57.5417 45.4844 57.2812C45.9844 57.0104 46.3542 56.6354 46.5938 56.1562C46.8438 55.6667 46.9688 55.099 46.9688 54.4531C46.9688 53.8698 46.8542 53.3542 46.625 52.9062C46.4062 52.4479 46.0677 52.0938 45.6094 51.8438C45.151 51.5833 44.5729 51.4531 43.875 51.4531C43.3229 51.4531 42.8125 51.5625 42.3438 51.7812C41.875 52 41.5 52.3073 41.2188 52.7031C40.9375 53.099 40.7969 53.5781 40.7969 54.1406H36.2812C36.2812 52.8906 36.6146 51.8021 37.2812 50.875C37.9583 49.9479 38.8646 49.224 40 48.7031C41.1354 48.1823 42.3854 47.9219 43.75 47.9219C45.2917 47.9219 46.6406 48.1719 47.7969 48.6719C48.9531 49.1615 49.8542 49.8854 50.5 50.8438C51.1458 51.8021 51.4688 52.9896 51.4688 54.4062C51.4688 55.125 51.3021 55.8229 50.9688 56.5C50.6354 57.1667 50.1562 57.7708 49.5312 58.3125C48.9167 58.8438 48.1667 59.2708 47.2812 59.5938C46.3958 59.9062 45.401 60.0625 44.2969 60.0625H41.1719V57.6719ZM41.1719 61.0938V58.7656H44.2969C45.5365 58.7656 46.625 58.9062 47.5625 59.1875C48.5 59.4688 49.2865 59.875 49.9219 60.4062C50.5573 60.9271 51.0365 61.5469 51.3594 62.2656C51.6823 62.974 51.8438 63.7604 51.8438 64.625C51.8438 65.6875 51.6406 66.6354 51.2344 67.4688C50.8281 68.2917 50.2552 68.9896 49.5156 69.5625C48.7865 70.1354 47.9323 70.5729 46.9531 70.875C45.974 71.1667 44.9062 71.3125 43.75 71.3125C42.7917 71.3125 41.849 71.1823 40.9219 70.9219C40.0052 70.651 39.1719 70.25 38.4219 69.7188C37.6823 69.1771 37.0885 68.5 36.6406 67.6875C36.2031 66.8646 35.9844 65.8906 35.9844 64.7656H40.5C40.5 65.349 40.6458 65.8698 40.9375 66.3281C41.2292 66.7865 41.6302 67.1458 42.1406 67.4062C42.6615 67.6667 43.2396 67.7969 43.875 67.7969C44.5938 67.7969 45.2083 67.6667 45.7188 67.4062C46.2396 67.1354 46.6354 66.7604 46.9062 66.2812C47.1875 65.7917 47.3281 65.224 47.3281 64.5781C47.3281 63.7448 47.1771 63.0781 46.875 62.5781C46.5729 62.0677 46.1406 61.6927 45.5781 61.4531C45.0156 61.2135 44.349 61.0938 43.5781 61.0938H41.1719ZM66.89 57.625V61.5625C66.89 63.2708 66.7077 64.7448 66.3431 65.9844C65.9785 67.2135 65.4525 68.224 64.765 69.0156C64.0879 69.7969 63.2806 70.375 62.3431 70.75C61.4056 71.125 60.364 71.3125 59.2181 71.3125C58.3015 71.3125 57.4473 71.1979 56.6556 70.9688C55.864 70.7292 55.1504 70.3594 54.515 69.8594C53.89 69.3594 53.3483 68.7292 52.89 67.9688C52.4421 67.1979 52.0983 66.2812 51.8588 65.2188C51.6192 64.1562 51.4994 62.9375 51.4994 61.5625V57.625C51.4994 55.9167 51.6817 54.4531 52.0463 53.2344C52.4213 52.0052 52.9473 51 53.6244 50.2188C54.3119 49.4375 55.1244 48.8646 56.0619 48.5C56.9994 48.125 58.041 47.9375 59.1869 47.9375C60.1035 47.9375 60.9525 48.0573 61.7338 48.2969C62.5254 48.526 63.239 48.8854 63.8744 49.375C64.5098 49.8646 65.0515 50.4948 65.4994 51.2656C65.9473 52.026 66.291 52.9375 66.5306 54C66.7702 55.0521 66.89 56.2604 66.89 57.625ZM62.3744 62.1562V57.0156C62.3744 56.1927 62.3275 55.474 62.2338 54.8594C62.1504 54.2448 62.0202 53.724 61.8431 53.2969C61.666 52.8594 61.4473 52.5052 61.1869 52.2344C60.9265 51.9635 60.6296 51.7656 60.2963 51.6406C59.9629 51.5156 59.5931 51.4531 59.1869 51.4531C58.6765 51.4531 58.2233 51.5521 57.8275 51.75C57.4421 51.9479 57.114 52.2656 56.8431 52.7031C56.5723 53.1302 56.364 53.7031 56.2181 54.4219C56.0827 55.1302 56.015 55.9948 56.015 57.0156V62.1562C56.015 62.9792 56.0567 63.7031 56.14 64.3281C56.2338 64.9531 56.3692 65.4896 56.5463 65.9375C56.7338 66.375 56.9525 66.7344 57.2025 67.0156C57.4629 67.2865 57.7598 67.4844 58.0931 67.6094C58.4369 67.7344 58.8119 67.7969 59.2181 67.7969C59.7181 67.7969 60.1608 67.6979 60.5463 67.5C60.9421 67.2917 61.2754 66.9688 61.5463 66.5312C61.8275 66.0833 62.0358 65.5 62.1713 64.7812C62.3067 64.0625 62.3744 63.1875 62.3744 62.1562Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_dyn_day_31.xml b/app/src/main/res/drawable/logo_calendar_dyn_day_31.xml
deleted file mode 100644
index ed8529c..0000000
--- a/app/src/main/res/drawable/logo_calendar_dyn_day_31.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M41.1719 57.6719H43.5781C44.349 57.6719 44.9844 57.5417 45.4844 57.2812C45.9844 57.0104 46.3542 56.6354 46.5938 56.1562C46.8438 55.6667 46.9688 55.099 46.9688 54.4531C46.9688 53.8698 46.8542 53.3542 46.625 52.9062C46.4062 52.4479 46.0677 52.0938 45.6094 51.8438C45.151 51.5833 44.5729 51.4531 43.875 51.4531C43.3229 51.4531 42.8125 51.5625 42.3438 51.7812C41.875 52 41.5 52.3073 41.2188 52.7031C40.9375 53.099 40.7969 53.5781 40.7969 54.1406H36.2812C36.2812 52.8906 36.6146 51.8021 37.2812 50.875C37.9583 49.9479 38.8646 49.224 40 48.7031C41.1354 48.1823 42.3854 47.9219 43.75 47.9219C45.2917 47.9219 46.6406 48.1719 47.7969 48.6719C48.9531 49.1615 49.8542 49.8854 50.5 50.8438C51.1458 51.8021 51.4688 52.9896 51.4688 54.4062C51.4688 55.125 51.3021 55.8229 50.9688 56.5C50.6354 57.1667 50.1562 57.7708 49.5312 58.3125C48.9167 58.8438 48.1667 59.2708 47.2812 59.5938C46.3958 59.9062 45.401 60.0625 44.2969 60.0625H41.1719V57.6719ZM41.1719 61.0938V58.7656H44.2969C45.5365 58.7656 46.625 58.9062 47.5625 59.1875C48.5 59.4688 49.2865 59.875 49.9219 60.4062C50.5573 60.9271 51.0365 61.5469 51.3594 62.2656C51.6823 62.974 51.8438 63.7604 51.8438 64.625C51.8438 65.6875 51.6406 66.6354 51.2344 67.4688C50.8281 68.2917 50.2552 68.9896 49.5156 69.5625C48.7865 70.1354 47.9323 70.5729 46.9531 70.875C45.974 71.1667 44.9062 71.3125 43.75 71.3125C42.7917 71.3125 41.849 71.1823 40.9219 70.9219C40.0052 70.651 39.1719 70.25 38.4219 69.7188C37.6823 69.1771 37.0885 68.5 36.6406 67.6875C36.2031 66.8646 35.9844 65.8906 35.9844 64.7656H40.5C40.5 65.349 40.6458 65.8698 40.9375 66.3281C41.2292 66.7865 41.6302 67.1458 42.1406 67.4062C42.6615 67.6667 43.2396 67.7969 43.875 67.7969C44.5938 67.7969 45.2083 67.6667 45.7188 67.4062C46.2396 67.1354 46.6354 66.7604 46.9062 66.2812C47.1875 65.7917 47.3281 65.224 47.3281 64.5781C47.3281 63.7448 47.1771 63.0781 46.875 62.5781C46.5729 62.0677 46.1406 61.6927 45.5781 61.4531C45.0156 61.2135 44.349 61.0938 43.5781 61.0938H41.1719ZM61.2663 48.2031V71H56.7663V53.3906L51.36 55.1094V51.5625L60.7819 48.2031H61.2663Z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_finish.xml b/app/src/main/res/drawable/logo_calendar_finish.xml
deleted file mode 100644
index 96832c0..0000000
--- a/app/src/main/res/drawable/logo_calendar_finish.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <clip-path
- android:pathData="M0,0h108v108h-108z"/>
- <path
- android:pathData="M28.54,28.54m-72,0a72,72 0,1 1,144 0a72,72 0,1 1,-144 0"
- android:fillAlpha="0.6">
- <aapt:attr name="android:fillColor">
- <gradient
- android:gradientRadius="72"
- android:centerX="28.54"
- android:centerY="28.54"
- android:type="radial">
- <item android:offset="0" android:color="#19FFFFFF"/>
- <item android:offset="1" android:color="#00FFFFFF"/>
- </gradient>
- </aapt:attr>
- </path>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_midlayer.xml b/app/src/main/res/drawable/logo_calendar_midlayer.xml
deleted file mode 100644
index 0cb792f..0000000
--- a/app/src/main/res/drawable/logo_calendar_midlayer.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M44,34H38C35.791,34 34,35.791 34,38V70C34,72.209 35.791,74 38,74H70C72.209,74 74,72.209 74,70V38C74,35.791 72.209,34 70,34H64V40C64,41.105 63.105,42 62,42H46C44.895,42 44,41.105 44,40V34Z"
- android:fillColor="#2A3232"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_01.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_01.xml
deleted file mode 100644
index 6131bdb..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_01.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 69V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_02.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_02.xml
deleted file mode 100644
index cd4ca6b..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_02.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 69V66.0117H44.2687L47.6289 62.2398C48.2753 61.5846 48.8641 60.9516 49.3953 60.3406C49.9266 59.7297 50.3781 59.1276 50.75 58.5344C51.1307 57.9323 51.4229 57.3302 51.6266 56.7281C51.8302 56.1172 51.932 55.493 51.932 54.8555C51.932 53.7221 51.6885 52.7482 51.2016 51.9336C50.7234 51.1102 50.0151 50.4815 49.0766 50.0477C48.1469 49.6049 47.0047 49.3836 45.65 49.3836C44.2776 49.3836 43.0911 49.6714 42.0906 50.2469C41.0901 50.8135 40.3154 51.5794 39.7664 52.5445C39.2174 53.5008 38.943 54.5544 38.943 55.7055H42.7812C42.7812 55.068 42.8875 54.4969 43.1 53.9922C43.3214 53.4875 43.6401 53.0935 44.0563 52.8102C44.4813 52.5268 44.9859 52.3852 45.5703 52.3852C46.1193 52.3852 46.5797 52.5003 46.9516 52.7305C47.3323 52.9607 47.6201 53.2883 47.8148 53.7133C48.0096 54.1294 48.107 54.6297 48.107 55.2141C48.107 55.6036 48.0229 56.0154 47.8547 56.4492C47.6953 56.8742 47.4341 57.3568 47.0711 57.8969C46.7081 58.4281 46.2122 59.0435 45.5836 59.743L39.3281 66.45V69H52.5563Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_03.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_03.xml
deleted file mode 100644
index 74c878d..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_03.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM45.2914 57.6711H43.2461V58.6008V59.7031V60.5797H45.2914C45.9466 60.5797 46.5133 60.6815 46.9914 60.8852C47.4695 61.0888 47.837 61.4076 48.0938 61.8414C48.3505 62.2664 48.4789 62.8331 48.4789 63.5414C48.4789 64.0904 48.3594 64.5729 48.1203 64.9891C47.8901 65.3964 47.5536 65.7151 47.1109 65.9453C46.6771 66.1667 46.1547 66.2773 45.5438 66.2773C45.0036 66.2773 44.5122 66.1667 44.0695 65.9453C43.6357 65.724 43.2948 65.4185 43.0469 65.0289C42.799 64.6393 42.675 64.1966 42.675 63.7008H38.8367C38.8367 64.657 39.0227 65.4849 39.3945 66.1844C39.7753 66.875 40.2799 67.4505 40.9086 67.9109C41.5461 68.3625 42.2544 68.7034 43.0336 68.9336C43.8216 69.1549 44.6229 69.2656 45.4375 69.2656C46.4203 69.2656 47.3279 69.1417 48.1602 68.8938C48.9924 68.637 49.7185 68.2651 50.3383 67.7781C50.9669 67.2911 51.4539 66.6979 51.7992 65.9984C52.1445 65.2901 52.3172 64.4844 52.3172 63.5812C52.3172 62.8464 52.1799 62.1779 51.9055 61.5758C51.631 60.9648 51.2237 60.438 50.6836 59.9953C50.2207 59.6083 49.6635 59.2993 49.0119 59.0684C49.5207 58.832 49.9673 58.5478 50.3516 58.2156C50.8828 57.7552 51.2901 57.2417 51.5734 56.675C51.8568 56.0995 51.9984 55.5062 51.9984 54.8953C51.9984 53.6911 51.724 52.6818 51.175 51.8672C50.626 51.0526 49.8602 50.4372 48.8773 50.0211C47.8945 49.5961 46.7479 49.3836 45.4375 49.3836C44.2776 49.3836 43.2151 49.6049 42.25 50.0477C41.2849 50.4904 40.5146 51.1057 39.9391 51.8937C39.3724 52.6818 39.0891 53.607 39.0891 54.6695H42.9273C42.9273 54.1914 43.0469 53.7841 43.2859 53.4477C43.525 53.1112 43.8438 52.85 44.2422 52.6641C44.6406 52.4781 45.0745 52.3852 45.5438 52.3852C46.137 52.3852 46.6284 52.4958 47.018 52.7172C47.4076 52.9297 47.6953 53.2307 47.8812 53.6203C48.076 54.001 48.1734 54.4393 48.1734 54.9352C48.1734 55.4841 48.0672 55.9667 47.8547 56.3828C47.651 56.7901 47.3367 57.1089 46.9117 57.3391C46.4867 57.5604 45.9466 57.6711 45.2914 57.6711Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_04.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_04.xml
deleted file mode 100644
index c0b3ab7..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_04.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.875 64.7766V61.775H50.6836V49.6625H49.8602H46.8586H46.8187L38.757 62.4523L38.943 64.7766H46.8586V69H50.6836V64.7766H52.875ZM46.8586 54.6853L46.5664 55.1742L42.5555 61.775H46.8586V54.6853Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_05.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_05.xml
deleted file mode 100644
index c7dcdc3..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_05.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM39.8727 59.4641L42.9273 60.1945C43.1841 59.9112 43.5029 59.6589 43.8836 59.4375C44.2732 59.2161 44.8221 59.1055 45.5305 59.1055C46.0529 59.1055 46.5089 59.1896 46.8984 59.3578C47.2969 59.526 47.6245 59.7651 47.8812 60.075C48.138 60.3849 48.3284 60.7523 48.4523 61.1773C48.5763 61.6023 48.6383 62.076 48.6383 62.5984C48.6383 63.1208 48.5852 63.6078 48.4789 64.0594C48.3815 64.5021 48.2266 64.8917 48.0141 65.2281C47.8016 65.5557 47.5227 65.8125 47.1773 65.9984C46.832 66.1844 46.4159 66.2773 45.9289 66.2773C45.4065 66.2773 44.9505 66.1711 44.5609 65.9586C44.1714 65.7461 43.857 65.4451 43.618 65.0555C43.3878 64.657 43.2461 64.1833 43.193 63.6344H39.3945C39.4122 64.5286 39.6026 65.3255 39.9656 66.025C40.3375 66.7156 40.8289 67.3044 41.4398 67.7914C42.0596 68.2784 42.7547 68.6458 43.525 68.8938C44.3042 69.1417 45.1099 69.2656 45.9422 69.2656C47.0578 69.2656 48.0229 69.093 48.8375 68.7477C49.6521 68.4023 50.3294 67.9286 50.8695 67.3266C51.4096 66.7156 51.8125 66.025 52.0781 65.2547C52.3438 64.4755 52.4766 63.6565 52.4766 62.7977C52.4766 61.7794 52.3438 60.8674 52.0781 60.0617C51.8125 59.256 51.4229 58.5742 50.9094 58.0164C50.4047 57.4586 49.7893 57.0336 49.0633 56.7414C48.3372 56.4492 47.5049 56.3031 46.5664 56.3031C45.9201 56.3031 45.3357 56.3917 44.8133 56.5687C44.2909 56.737 43.9013 56.8964 43.6445 57.0469L44.1227 52.757H51.8391V49.6625H40.975L39.8727 59.4641Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_06.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_06.xml
deleted file mode 100644
index 7aa2432..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_06.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM49.7539 49.4633H49.1961C47.6732 49.4633 46.3052 49.7245 45.0922 50.2469C43.8792 50.7693 42.8432 51.5086 41.9844 52.4648C41.1255 53.4122 40.4659 54.5367 40.0055 55.8383C39.5539 57.131 39.3281 58.5565 39.3281 60.1148V61.6023C39.3281 62.718 39.4875 63.7451 39.8063 64.6836C40.1339 65.6221 40.5987 66.4323 41.2008 67.1141C41.8029 67.7958 42.5201 68.3271 43.3523 68.7078C44.1935 69.0797 45.1276 69.2656 46.1547 69.2656C47.1464 69.2656 48.0406 69.0974 48.8375 68.7609C49.6344 68.4245 50.3161 67.9552 50.8828 67.3531C51.4583 66.751 51.8966 66.0471 52.1977 65.2414C52.5076 64.4357 52.6625 63.5635 52.6625 62.625C52.6625 61.7307 52.5474 60.8896 52.3172 60.1016C52.087 59.3135 51.7417 58.6185 51.2812 58.0164C50.8208 57.4143 50.2453 56.9406 49.5547 56.5953C48.8729 56.25 48.0805 56.0773 47.1773 56.0773C46.3539 56.0773 45.6146 56.2146 44.9594 56.4891C44.3042 56.7547 43.7419 57.1266 43.2727 57.6047C43.2604 57.6172 43.2481 57.6298 43.236 57.6424C43.3058 57.1493 43.4199 56.6852 43.5781 56.25C43.8703 55.4708 44.2865 54.8068 44.8266 54.2578C45.3755 53.7 46.044 53.2706 46.832 52.9695C47.6201 52.6685 48.5187 52.518 49.5281 52.518H49.7539V49.4633ZM43.1531 60.875V62.0805C43.1531 62.7711 43.2195 63.382 43.3523 63.9133C43.494 64.4357 43.6932 64.874 43.95 65.2281C44.2156 65.5734 44.5255 65.8346 44.8797 66.0117C45.2339 66.1799 45.6323 66.2641 46.075 66.2641C46.4911 66.2641 46.8674 66.1755 47.2039 65.9984C47.5492 65.8214 47.8414 65.5734 48.0805 65.2547C48.3284 64.9271 48.5143 64.5464 48.6383 64.1125C48.7711 63.6698 48.8375 63.1872 48.8375 62.6648C48.8375 62.1424 48.7711 61.6599 48.6383 61.2172C48.5143 60.7745 48.3284 60.3937 48.0805 60.075C47.8326 59.7474 47.5315 59.4951 47.1773 59.318C46.8232 59.1409 46.4247 59.0523 45.982 59.0523C45.3799 59.0523 44.8487 59.194 44.3883 59.4773C43.9367 59.7518 43.5826 60.106 43.3258 60.5398C43.2605 60.6501 43.203 60.7619 43.1531 60.875Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_07.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_07.xml
deleted file mode 100644
index 71f6f3f..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_07.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.4633 51.7211V49.6625H38.7969V52.6508H48.4258L40.9484 69H44.9859L52.4633 51.7211Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_08.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_08.xml
deleted file mode 100644
index a13fdff..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_08.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM51.507 66.7688C52.0737 65.9365 52.357 64.9138 52.357 63.7008C52.357 62.6117 52.0737 61.6643 51.507 60.8586C50.9598 60.0805 50.2143 59.4716 49.2707 59.0321C50.064 58.621 50.6944 58.0788 51.1617 57.4055C51.6841 56.644 51.9453 55.7719 51.9453 54.7891C51.9453 53.6203 51.6797 52.6375 51.1484 51.8406C50.626 51.0349 49.9 50.424 48.9703 50.0078C48.0495 49.5917 46.9914 49.3836 45.7961 49.3836C44.6185 49.3836 43.5648 49.5917 42.6352 50.0078C41.7143 50.424 40.9883 51.0349 40.457 51.8406C39.9346 52.6375 39.6734 53.6203 39.6734 54.7891C39.6734 55.7719 39.9346 56.644 40.457 57.4055C40.9241 58.0783 41.5539 58.6202 42.3465 59.0312C41.8934 59.2408 41.4805 59.4957 41.1078 59.7961C40.5234 60.2654 40.0674 60.832 39.7398 61.4961C39.4122 62.1513 39.2484 62.8862 39.2484 63.7008C39.2484 64.9138 39.5362 65.9365 40.1117 66.7688C40.6872 67.5922 41.4708 68.2164 42.4625 68.6414C43.4542 69.0575 44.5742 69.2656 45.8227 69.2656C47.0711 69.2656 48.1867 69.0575 49.1695 68.6414C50.1612 68.2164 50.9404 67.5922 51.507 66.7688ZM48.1602 61.9211C48.3904 62.3461 48.5055 62.8552 48.5055 63.4484C48.5055 64.0328 48.3948 64.5375 48.1734 64.9625C47.9609 65.3875 47.651 65.7151 47.2438 65.9453C46.8453 66.1667 46.3716 66.2773 45.8227 66.2773C45.2737 66.2773 44.7911 66.1667 44.375 65.9453C43.9677 65.7151 43.649 65.3875 43.4188 64.9625C43.1974 64.5375 43.0867 64.0328 43.0867 63.4484C43.0867 62.8552 43.1974 62.3461 43.4188 61.9211C43.649 61.4872 43.9677 61.1552 44.375 60.925C44.7823 60.6948 45.256 60.5797 45.7961 60.5797C46.3362 60.5797 46.8099 60.6948 47.2172 60.925C47.6245 61.1552 47.9388 61.4872 48.1602 61.9211ZM47.8414 53.607C48.0273 53.9878 48.1203 54.4393 48.1203 54.9617C48.1203 55.4841 48.0273 55.9445 47.8414 56.343C47.6643 56.7326 47.4031 57.038 47.0578 57.2594C46.7214 57.4807 46.3096 57.5914 45.8227 57.5914C45.3357 57.5914 44.9195 57.4807 44.5742 57.2594C44.2289 57.038 43.9633 56.7326 43.7773 56.343C43.6003 55.9445 43.5117 55.4841 43.5117 54.9617C43.5117 54.4216 43.6003 53.9612 43.7773 53.5805C43.9633 53.1909 44.2245 52.8943 44.5609 52.6906C44.9062 52.487 45.318 52.3852 45.7961 52.3852C46.2919 52.3852 46.7081 52.4914 47.0445 52.7039C47.3898 52.9164 47.6555 53.2174 47.8414 53.607Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_09.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_09.xml
deleted file mode 100644
index d5691fa..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_09.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM42.2898 66.0914H42.0375V69.1859H42.343C43.6357 69.1859 44.8044 69.0221 45.8492 68.6945C46.894 68.3669 47.8104 67.8932 48.5984 67.2734C49.3953 66.6536 50.0594 65.9099 50.5906 65.0422C51.1307 64.1656 51.5336 63.1872 51.7992 62.107C52.0737 61.0268 52.2109 59.8581 52.2109 58.6008V57.2727C52.2109 56.0951 52.0516 55.0237 51.7328 54.0586C51.4229 53.0935 50.9802 52.2656 50.4047 51.575C49.8292 50.8755 49.1385 50.3354 48.3328 49.9547C47.5271 49.574 46.6328 49.3836 45.65 49.3836C44.6672 49.3836 43.7729 49.5651 42.9672 49.9281C42.1703 50.2823 41.4841 50.7737 40.9086 51.4023C40.3419 52.031 39.9036 52.757 39.5938 53.5805C39.2927 54.4039 39.1422 55.2849 39.1422 56.2234C39.1422 57.1443 39.2661 57.9987 39.5141 58.7867C39.762 59.5747 40.125 60.2654 40.6031 60.8586C41.0901 61.443 41.6833 61.9034 42.3828 62.2398C43.0823 62.5674 43.8836 62.7313 44.7867 62.7313C45.4951 62.7313 46.1591 62.5852 46.7789 62.293C47.3683 62.0151 47.8897 61.6491 48.343 61.1951C48.2889 61.7532 48.1837 62.2697 48.0273 62.7445C47.7883 63.4617 47.4208 64.0682 46.925 64.5641C46.4292 65.0599 45.7961 65.4406 45.0258 65.7063C44.2643 65.963 43.3523 66.0914 42.2898 66.0914ZM48.3859 58.1619V56.6086C48.3859 55.9091 48.3151 55.2938 48.1734 54.7625C48.0406 54.2313 47.8458 53.793 47.5891 53.4477C47.3411 53.0935 47.049 52.8279 46.7125 52.6508C46.3849 52.4737 46.0219 52.3852 45.6234 52.3852C45.1984 52.3852 44.8221 52.4914 44.4945 52.7039C44.1669 52.9076 43.888 53.1865 43.6578 53.5406C43.4365 53.8948 43.2638 54.3021 43.1398 54.7625C43.0247 55.2141 42.9672 55.6878 42.9672 56.1836C42.9672 56.6794 43.0247 57.1531 43.1398 57.6047C43.2549 58.0474 43.4276 58.4414 43.6578 58.7867C43.888 59.1232 44.1758 59.3932 44.5211 59.5969C44.8664 59.7917 45.2737 59.8891 45.743 59.8891C46.1945 59.8891 46.5974 59.8049 46.9516 59.6367C47.3146 59.4596 47.6201 59.2294 47.868 58.9461C48.0848 58.7068 48.2575 58.4454 48.3859 58.1619Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_10.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_10.xml
deleted file mode 100644
index 7f6d242..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_10.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 69V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516ZM62.5225 60.9781V57.6312C62.5225 56.4714 62.4207 55.4443 62.217 54.55C62.0134 53.6469 61.7212 52.8721 61.3405 52.2258C60.9597 51.5706 60.4993 51.0349 59.9592 50.6187C59.4191 50.2026 58.8126 49.8971 58.1397 49.7023C57.4756 49.4987 56.754 49.3969 55.9748 49.3969C55.0009 49.3969 54.1155 49.5562 53.3186 49.875C52.5217 50.1849 51.8311 50.6719 51.2467 51.3359C50.6712 52 50.2241 52.8544 49.9053 53.8992C49.5954 54.9352 49.4405 56.1792 49.4405 57.6312V60.9781C49.4405 62.1469 49.5423 63.1828 49.7459 64.0859C49.9496 64.9891 50.2418 65.7682 50.6225 66.4234C51.0121 67.0698 51.4725 67.6055 52.0037 68.0305C52.5439 68.4555 53.1504 68.7698 53.8233 68.9734C54.4962 69.1682 55.2222 69.2656 56.0014 69.2656C56.9754 69.2656 57.8608 69.1062 58.6577 68.7875C59.4545 68.4688 60.1407 67.9773 60.7163 67.3133C61.3006 66.6404 61.7478 65.7815 62.0577 64.7367C62.3676 63.6831 62.5225 62.4302 62.5225 60.9781ZM58.6842 57.1133V61.4828C58.6842 62.3594 58.6267 63.1031 58.5116 63.7141C58.3965 64.325 58.2194 64.8208 57.9803 65.2016C57.7501 65.5734 57.4668 65.8479 57.1303 66.025C56.8027 66.1932 56.4264 66.2773 56.0014 66.2773C55.6561 66.2773 55.3373 66.2242 55.0452 66.118C54.7618 66.0117 54.5095 65.8435 54.2881 65.6133C54.0756 65.3742 53.8897 65.0687 53.7303 64.6969C53.5798 64.3161 53.4647 63.8602 53.385 63.3289C53.3142 62.7977 53.2788 62.1823 53.2788 61.4828V57.1133C53.2788 56.2456 53.3363 55.5107 53.4514 54.9086C53.5754 54.2977 53.7524 53.8107 53.9827 53.4477C54.2129 53.0758 54.4918 52.8057 54.8194 52.6375C55.1558 52.4693 55.541 52.3852 55.9748 52.3852C56.3202 52.3852 56.6345 52.4383 56.9178 52.5445C57.2011 52.6508 57.4535 52.819 57.6748 53.0492C57.8962 53.2794 58.0821 53.5805 58.2327 53.9523C58.3832 54.3154 58.4939 54.7581 58.5647 55.2805C58.6444 55.8029 58.6842 56.4138 58.6842 57.1133Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_11.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_11.xml
deleted file mode 100644
index d0e83fd..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_11.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 52.4747V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516V55.4899L53.2373 54.032V69H57.0623V49.6227H56.6506L48.6516 52.4747Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_12.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_12.xml
deleted file mode 100644
index db8b351..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_12.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 69V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516ZM62.735 69V66.0117H54.4475L57.8077 62.2398C58.454 61.5846 59.0428 60.9516 59.5741 60.3406C60.1053 59.7297 60.5569 59.1276 60.9288 58.5344C61.3095 57.9323 61.6017 57.3302 61.8053 56.7281C62.009 56.1172 62.1108 55.493 62.1108 54.8555C62.1108 53.7221 61.8673 52.7482 61.3803 51.9336C60.9022 51.1102 60.1939 50.4815 59.2553 50.0477C58.3256 49.6049 57.1834 49.3836 55.8288 49.3836C54.4564 49.3836 53.2699 49.6714 52.2694 50.2469C51.2689 50.8135 50.4941 51.5794 49.9452 52.5445C49.3962 53.5008 49.1217 54.5544 49.1217 55.7055H52.96C52.96 55.068 53.0662 54.4969 53.2788 53.9922C53.5001 53.4875 53.8189 53.0935 54.235 52.8102C54.66 52.5268 55.1647 52.3852 55.7491 52.3852C56.298 52.3852 56.7584 52.5003 57.1303 52.7305C57.511 52.9607 57.7988 53.2883 57.9936 53.7133C58.1884 54.1294 58.2858 54.6297 58.2858 55.2141C58.2858 55.6036 58.2017 56.0154 58.0334 56.4492C57.8741 56.8742 57.6129 57.3568 57.2498 57.8969C56.8868 58.4281 56.391 59.0435 55.7623 59.743L49.5069 66.45V69H62.735Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_13.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_13.xml
deleted file mode 100644
index 186a2ed..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_13.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 63.7008V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516V65.2065C48.7428 65.5564 48.8687 65.8823 49.0293 66.1844C49.41 66.875 49.9147 67.4505 50.5433 67.9109C51.1808 68.3625 51.8892 68.7034 52.6683 68.9336C53.4564 69.1549 54.2577 69.2656 55.0723 69.2656C56.0551 69.2656 56.9626 69.1417 57.7949 68.8938C58.6272 68.637 59.3532 68.2651 59.973 67.7781C60.6017 67.2911 61.0887 66.6979 61.434 65.9984C61.7793 65.2901 61.9519 64.4844 61.9519 63.5812C61.9519 62.8464 61.8147 62.1779 61.5402 61.5758C61.2657 60.9648 60.8584 60.438 60.3183 59.9953C59.8554 59.6083 59.2982 59.2993 58.6467 59.0684C59.1555 58.832 59.602 58.5478 59.9863 58.2156C60.5176 57.7552 60.9249 57.2417 61.2082 56.675C61.4915 56.0995 61.6332 55.5062 61.6332 54.8953C61.6332 53.6911 61.3587 52.6818 60.8097 51.8672C60.2608 51.0526 59.4949 50.4372 58.5121 50.0211C57.5293 49.5961 56.3827 49.3836 55.0723 49.3836C53.9124 49.3836 52.8499 49.6049 51.8848 50.0477C50.9196 50.4904 50.1493 51.1057 49.5738 51.8937C49.0071 52.6818 48.7238 53.607 48.7238 54.6695H52.5621C52.5621 54.1914 52.6816 53.7841 52.9207 53.4477C53.1598 53.1112 53.4785 52.85 53.8769 52.6641C54.2754 52.4781 54.7092 52.3852 55.1785 52.3852C55.7717 52.3852 56.2631 52.4958 56.6527 52.7172C57.0423 52.9297 57.3301 53.2307 57.516 53.6203C57.7108 54.001 57.8082 54.4393 57.8082 54.9352C57.8082 55.4841 57.7019 55.9667 57.4894 56.3828C57.2858 56.7901 56.9715 57.1089 56.5465 57.3391C56.1215 57.5604 55.5814 57.6711 54.9262 57.6711H52.8808V58.6008V59.7031V60.5797H54.9262C55.5814 60.5797 56.148 60.6815 56.6262 60.8852C57.1043 61.0888 57.4717 61.4076 57.7285 61.8414C57.9853 62.2664 58.1137 62.8331 58.1137 63.5414C58.1137 64.0904 57.9941 64.5729 57.7551 64.9891C57.5249 65.3964 57.1884 65.7151 56.7457 65.9453C56.3118 66.1667 55.7894 66.2773 55.1785 66.2773C54.6384 66.2773 54.147 66.1667 53.7043 65.9453C53.2704 65.724 52.9295 65.4185 52.6816 65.0289C52.4337 64.6393 52.3097 64.1966 52.3097 63.7008H48.6516Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_14.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_14.xml
deleted file mode 100644
index a72225c..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_14.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 62.0402V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516V64.7766H56.4933V69H60.3183V64.7766H62.5098V61.775H60.3183V49.6625H59.4949H56.4933H56.4535L48.6516 62.0402ZM56.4933 54.6853L56.2012 55.1742L52.1902 61.775H56.4933V54.6853Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_15.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_15.xml
deleted file mode 100644
index a5449a8..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_15.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 69V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516ZM49.5074 59.4641L52.5621 60.1945C52.8189 59.9112 53.1376 59.6589 53.5183 59.4375C53.9079 59.2161 54.4569 59.1055 55.1652 59.1055C55.6876 59.1055 56.1436 59.1896 56.5332 59.3578C56.9316 59.526 57.2592 59.7651 57.516 60.075C57.7728 60.3849 57.9631 60.7523 58.0871 61.1773C58.2111 61.6023 58.273 62.076 58.273 62.5984C58.273 63.1208 58.2199 63.6078 58.1137 64.0594C58.0163 64.5021 57.8613 64.8917 57.6488 65.2281C57.4363 65.5557 57.1574 65.8125 56.8121 65.9984C56.4668 66.1844 56.0506 66.2773 55.5637 66.2773C55.0413 66.2773 54.5853 66.1711 54.1957 65.9586C53.8061 65.7461 53.4918 65.4451 53.2527 65.0555C53.0225 64.657 52.8808 64.1833 52.8277 63.6344H49.0293C49.047 64.5286 49.2374 65.3255 49.6004 66.025C49.9723 66.7156 50.4637 67.3044 51.0746 67.7914C51.6944 68.2784 52.3894 68.6458 53.1598 68.8938C53.9389 69.1417 54.7446 69.2656 55.5769 69.2656C56.6926 69.2656 57.6577 69.093 58.4723 68.7477C59.2868 68.4023 59.9642 67.9286 60.5043 67.3266C61.0444 66.7156 61.4473 66.025 61.7129 65.2547C61.9785 64.4755 62.1113 63.6565 62.1113 62.7977C62.1113 61.7794 61.9785 60.8674 61.7129 60.0617C61.4473 59.256 61.0577 58.5742 60.5441 58.0164C60.0394 57.4586 59.4241 57.0336 58.698 56.7414C57.972 56.4492 57.1397 56.3031 56.2012 56.3031C55.5548 56.3031 54.9704 56.3917 54.448 56.5687C53.9256 56.737 53.5361 56.8964 53.2793 57.0469L53.7574 52.757H61.4738V49.6625H50.6097L49.5074 59.4641Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_16.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_16.xml
deleted file mode 100644
index 43c8cc4..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_16.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 69V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516ZM59.9327 49.4633H59.3748C57.8519 49.4633 56.484 49.7245 55.2709 50.2469C54.0579 50.7693 53.022 51.5086 52.1631 52.4648C51.3043 53.4122 50.6446 54.5367 50.1842 55.8383C49.7327 57.131 49.5069 58.5565 49.5069 60.1148V61.6023C49.5069 62.718 49.6663 63.7451 49.985 64.6836C50.3126 65.6221 50.7775 66.4323 51.3795 67.1141C51.9816 67.7958 52.6988 68.3271 53.5311 68.7078C54.3722 69.0797 55.3064 69.2656 56.3334 69.2656C57.3251 69.2656 58.2194 69.0974 59.0163 68.7609C59.8131 68.4245 60.4949 67.9552 61.0616 67.3531C61.6371 66.751 62.0754 66.0471 62.3764 65.2414C62.6863 64.4357 62.8413 63.5635 62.8413 62.625C62.8413 61.7307 62.7261 60.8896 62.4959 60.1016C62.2657 59.3135 61.9204 58.6185 61.46 58.0164C60.9996 57.4143 60.4241 56.9406 59.7334 56.5953C59.0517 56.25 58.2592 56.0773 57.3561 56.0773C56.5327 56.0773 55.7933 56.2146 55.1381 56.4891C54.4829 56.7547 53.9207 57.1266 53.4514 57.6047C53.4391 57.6172 53.4269 57.6298 53.4147 57.6424C53.4846 57.1493 53.5986 56.6852 53.7569 56.25C54.0491 55.4708 54.4652 54.8068 55.0053 54.2578C55.5543 53.7 56.2228 53.2706 57.0108 52.9695C57.7988 52.6685 58.6975 52.518 59.7069 52.518H59.9327V49.4633ZM53.3319 60.875V62.0805C53.3319 62.7711 53.3983 63.382 53.5311 63.9133C53.6728 64.4357 53.872 64.874 54.1287 65.2281C54.3944 65.5734 54.7043 65.8346 55.0584 66.0117C55.4126 66.1799 55.811 66.2641 56.2537 66.2641C56.6699 66.2641 57.0462 66.1755 57.3827 65.9984C57.728 65.8214 58.0202 65.5734 58.2592 65.2547C58.5071 64.9271 58.6931 64.5464 58.817 64.1125C58.9498 63.6698 59.0163 63.1872 59.0163 62.6648C59.0163 62.1424 58.9498 61.6599 58.817 61.2172C58.6931 60.7745 58.5071 60.3937 58.2592 60.075C58.0113 59.7474 57.7103 59.4951 57.3561 59.318C57.0019 59.1409 56.6035 59.0523 56.1608 59.0523C55.5587 59.0523 55.0275 59.194 54.567 59.4773C54.1155 59.7518 53.7613 60.106 53.5045 60.5398C53.4393 60.6501 53.3817 60.7619 53.3319 60.875Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_17.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_17.xml
deleted file mode 100644
index 57f7f6d..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_17.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 69V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516ZM63.73 51.7211V49.6625H50.0636V52.6508H59.6925L52.2152 69H56.2527L63.73 51.7211Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_18.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_18.xml
deleted file mode 100644
index 2d3c47a..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_18.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 69V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516ZM61.1418 66.7688C61.7085 65.9365 61.9918 64.9138 61.9918 63.7008C61.9918 62.6117 61.7085 61.6643 61.1418 60.8586C60.5945 60.0805 59.8491 59.4716 58.9054 59.0321C59.6988 58.621 60.3291 58.0788 60.7965 57.4055C61.3189 56.644 61.5801 55.7719 61.5801 54.7891C61.5801 53.6203 61.3144 52.6375 60.7832 51.8406C60.2608 51.0349 59.5348 50.424 58.6051 50.0078C57.6842 49.5917 56.6262 49.3836 55.4308 49.3836C54.2532 49.3836 53.1996 49.5917 52.2699 50.0078C51.3491 50.424 50.623 51.0349 50.0918 51.8406C49.5694 52.6375 49.3082 53.6203 49.3082 54.7891C49.3082 55.7719 49.5694 56.644 50.0918 57.4055C50.5588 58.0783 51.1886 58.6202 51.9812 59.0312C51.5281 59.2408 51.1153 59.4957 50.7426 59.7961C50.1582 60.2654 49.7022 60.832 49.3746 61.4961C49.047 62.1513 48.8832 62.8862 48.8832 63.7008C48.8832 64.9138 49.1709 65.9365 49.7465 66.7688C50.322 67.5922 51.1056 68.2164 52.0973 68.6414C53.0889 69.0575 54.209 69.2656 55.4574 69.2656C56.7058 69.2656 57.8215 69.0575 58.8043 68.6414C59.7959 68.2164 60.5751 67.5922 61.1418 66.7688ZM57.7949 61.9211C58.0251 62.3461 58.1402 62.8552 58.1402 63.4484C58.1402 64.0328 58.0295 64.5375 57.8082 64.9625C57.5957 65.3875 57.2858 65.7151 56.8785 65.9453C56.4801 66.1667 56.0064 66.2773 55.4574 66.2773C54.9084 66.2773 54.4259 66.1667 54.0098 65.9453C53.6025 65.7151 53.2837 65.3875 53.0535 64.9625C52.8321 64.5375 52.7215 64.0328 52.7215 63.4484C52.7215 62.8552 52.8321 62.3461 53.0535 61.9211C53.2837 61.4872 53.6025 61.1552 54.0098 60.925C54.417 60.6948 54.8907 60.5797 55.4308 60.5797C55.9709 60.5797 56.4446 60.6948 56.8519 60.925C57.2592 61.1552 57.5736 61.4872 57.7949 61.9211ZM57.4762 53.607C57.6621 53.9878 57.7551 54.4393 57.7551 54.9617C57.7551 55.4841 57.6621 55.9445 57.4762 56.343C57.2991 56.7326 57.0379 57.038 56.6926 57.2594C56.3561 57.4807 55.9444 57.5914 55.4574 57.5914C54.9704 57.5914 54.5543 57.4807 54.209 57.2594C53.8637 57.038 53.598 56.7326 53.4121 56.343C53.235 55.9445 53.1465 55.4841 53.1465 54.9617C53.1465 54.4216 53.235 53.9612 53.4121 53.5805C53.598 53.1909 53.8592 52.8943 54.1957 52.6906C54.541 52.487 54.9527 52.3852 55.4308 52.3852C55.9267 52.3852 56.3428 52.4914 56.6793 52.7039C57.0246 52.9164 57.2902 53.2174 57.4762 53.607Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_19.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_19.xml
deleted file mode 100644
index a6c5722..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_19.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM48.6516 69V49.6227H48.2398L40.2313 52.4781V55.493L44.8266 54.032V69H48.6516ZM52.1966 66.0914H51.9442V69.1859H52.2497C53.5424 69.1859 54.7112 69.0221 55.756 68.6945C56.8008 68.3669 57.7172 67.8932 58.5052 67.2734C59.3021 66.6536 59.9661 65.9099 60.4974 65.0422C61.0375 64.1656 61.4403 63.1872 61.706 62.107C61.9804 61.0268 62.1177 59.8581 62.1177 58.6008V57.2727C62.1177 56.0951 61.9583 55.0237 61.6396 54.0586C61.3297 53.0935 60.887 52.2656 60.3114 51.575C59.7359 50.8755 59.0453 50.3354 58.2396 49.9547C57.4338 49.574 56.5396 49.3836 55.5568 49.3836C54.5739 49.3836 53.6797 49.5651 52.8739 49.9281C52.0771 50.2823 51.3909 50.7737 50.8153 51.4023C50.2487 52.031 49.8104 52.757 49.5005 53.5805C49.1995 54.4039 49.0489 55.2849 49.0489 56.2234C49.0489 57.1443 49.1729 57.9987 49.4208 58.7867C49.6687 59.5747 50.0317 60.2654 50.5099 60.8586C50.9969 61.443 51.5901 61.9034 52.2896 62.2398C52.989 62.5674 53.7903 62.7313 54.6935 62.7313C55.4018 62.7313 56.0659 62.5852 56.6857 62.293C57.2751 62.0151 57.7965 61.6491 58.2498 61.1951C58.1957 61.7532 58.0904 62.2697 57.9341 62.7445C57.695 63.4617 57.3276 64.0682 56.8317 64.5641C56.3359 65.0599 55.7028 65.4406 54.9325 65.7063C54.1711 65.963 53.2591 66.0914 52.1966 66.0914ZM58.2927 58.1619V56.6086C58.2927 55.9091 58.2219 55.2938 58.0802 54.7625C57.9474 54.2313 57.7526 53.793 57.4958 53.4477C57.2479 53.0935 56.9557 52.8279 56.6193 52.6508C56.2916 52.4737 55.9286 52.3852 55.5302 52.3852C55.1052 52.3852 54.7289 52.4914 54.4013 52.7039C54.0737 52.9076 53.7948 53.1865 53.5646 53.5406C53.3432 53.8948 53.1706 54.3021 53.0466 54.7625C52.9315 55.2141 52.8739 55.6878 52.8739 56.1836C52.8739 56.6794 52.9315 57.1531 53.0466 57.6047C53.1617 58.0474 53.3344 58.4414 53.5646 58.7867C53.7948 59.1232 54.0825 59.3932 54.4278 59.5969C54.7732 59.7917 55.1804 59.8891 55.6497 59.8891C56.1013 59.8891 56.5041 59.8049 56.8583 59.6367C57.2213 59.4596 57.5268 59.2294 57.7747 58.9461C57.9916 58.7068 58.1642 58.4454 58.2927 58.1619Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_20.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_20.xml
deleted file mode 100644
index c3ba1d4..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_20.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 66.2331V69H39.3281V66.45L45.5836 59.743C46.2122 59.0435 46.7081 58.4281 47.0711 57.8969C47.4341 57.3568 47.6953 56.8742 47.8547 56.4492C48.0229 56.0154 48.107 55.6036 48.107 55.2141C48.107 54.6297 48.0096 54.1294 47.8148 53.7133C47.6201 53.2883 47.3323 52.9607 46.9516 52.7305C46.5797 52.5003 46.1193 52.3852 45.5703 52.3852C44.9859 52.3852 44.4813 52.5268 44.0563 52.8102C43.6401 53.0935 43.3214 53.4875 43.1 53.9922C42.8875 54.4969 42.7812 55.068 42.7812 55.7055H38.943C38.943 54.5544 39.2174 53.5008 39.7664 52.5445C40.3154 51.5794 41.0901 50.8135 42.0906 50.2469C43.0911 49.6714 44.2776 49.3836 45.65 49.3836C47.0047 49.3836 48.1469 49.6049 49.0766 50.0477C50.0151 50.4815 50.7234 51.1102 51.2016 51.9336C51.5745 52.5574 51.8046 53.2746 51.8919 54.0852C51.9092 54.0225 51.927 53.9605 51.9453 53.8992C52.2641 52.8544 52.7112 52 53.2867 51.3359C53.8711 50.6719 54.5617 50.1849 55.3586 49.875C56.1555 49.5562 57.0409 49.3969 58.0148 49.3969C58.794 49.3969 59.5156 49.4987 60.1797 49.7023C60.8526 49.8971 61.4591 50.2026 61.9992 50.6187C62.5393 51.0349 62.9997 51.5706 63.3805 52.2258C63.7612 52.8721 64.0534 53.6469 64.257 54.55C64.4607 55.4443 64.5625 56.4714 64.5625 57.6312V60.9781C64.5625 62.4302 64.4076 63.6831 64.0977 64.7367C63.7878 65.7815 63.3406 66.6404 62.7562 67.3133C62.1807 67.9773 61.4945 68.4688 60.6977 68.7875C59.9008 69.1062 59.0154 69.2656 58.0414 69.2656C57.2622 69.2656 56.5362 69.1682 55.8633 68.9734C55.1904 68.7698 54.5839 68.4555 54.0438 68.0305C53.5125 67.6055 53.0521 67.0698 52.6625 66.4234C52.6263 66.3611 52.5909 66.2977 52.5563 66.2331ZM51.4875 57.1051C51.2971 57.5815 51.0513 58.0579 50.75 58.5344C50.3781 59.1276 49.9266 59.7297 49.3953 60.3406C48.8641 60.9516 48.2753 61.5846 47.6289 62.2398L44.2687 66.0117H52.4429C52.1675 65.4488 51.9485 64.8068 51.7859 64.0859C51.5823 63.1828 51.4805 62.1469 51.4805 60.9781V57.6312C51.4805 57.4527 51.4828 57.2773 51.4875 57.1051ZM60.7242 57.1133V61.4828C60.7242 62.3594 60.6667 63.1031 60.5516 63.7141C60.4365 64.325 60.2594 64.8208 60.0203 65.2016C59.7901 65.5734 59.5068 65.8479 59.1703 66.025C58.8427 66.1932 58.4664 66.2773 58.0414 66.2773C57.6961 66.2773 57.3773 66.2242 57.0852 66.118C56.8018 66.0117 56.5495 65.8435 56.3281 65.6133C56.1156 65.3742 55.9297 65.0687 55.7703 64.6969C55.6198 64.3161 55.5047 63.8602 55.425 63.3289C55.3542 62.7977 55.3187 62.1823 55.3187 61.4828V57.1133C55.3187 56.2456 55.3763 55.5107 55.4914 54.9086C55.6154 54.2977 55.7924 53.8107 56.0227 53.4477C56.2529 53.0758 56.5318 52.8057 56.8594 52.6375C57.1958 52.4693 57.581 52.3852 58.0148 52.3852C58.3602 52.3852 58.6745 52.4383 58.9578 52.5445C59.2411 52.6508 59.4935 52.819 59.7148 53.0492C59.9362 53.2794 60.1221 53.5805 60.2727 53.9523C60.4232 54.3154 60.5339 54.7581 60.6047 55.2805C60.6844 55.8029 60.7242 56.4138 60.7242 57.1133Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_21.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_21.xml
deleted file mode 100644
index 645dfb4..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_21.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 69V66.0117H44.2687L47.6289 62.2398C48.2753 61.5846 48.8641 60.9516 49.3953 60.3406C49.9266 59.7297 50.3781 59.1276 50.75 58.5344C51.1307 57.9323 51.4229 57.3302 51.6266 56.7281C51.7664 56.3087 51.8582 55.883 51.902 55.451L56.3653 54.032V69H60.1903V49.6227H59.7786L51.77 52.4781V53.3602C51.6487 52.8401 51.4592 52.3645 51.2016 51.9336C50.7234 51.1102 50.0151 50.4815 49.0766 50.0477C48.1469 49.6049 47.0047 49.3836 45.65 49.3836C44.2776 49.3836 43.0911 49.6714 42.0906 50.2469C41.0901 50.8135 40.3154 51.5794 39.7664 52.5445C39.2174 53.5008 38.943 54.5544 38.943 55.7055H42.7812C42.7812 55.068 42.8875 54.4969 43.1 53.9922C43.3214 53.4875 43.6401 53.0935 44.0563 52.8102C44.4813 52.5268 44.9859 52.3852 45.5703 52.3852C46.1193 52.3852 46.5797 52.5003 46.9516 52.7305C47.3323 52.9607 47.6201 53.2883 47.8148 53.7133C48.0096 54.1294 48.107 54.6297 48.107 55.2141C48.107 55.6036 48.0229 56.0154 47.8547 56.4492C47.6953 56.8742 47.4341 57.3568 47.0711 57.8969C46.7081 58.4281 46.2122 59.0435 45.5836 59.743L39.3281 66.45V69H52.5563Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_22.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_22.xml
deleted file mode 100644
index 948e6eb..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_22.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 66.3885V66.0117H44.2687L47.6289 62.2398C48.2753 61.5846 48.8641 60.9516 49.3953 60.3406C49.9266 59.7297 50.3781 59.1276 50.75 58.5344C51.1307 57.9323 51.4229 57.3302 51.6266 56.7281C51.8302 56.1172 51.932 55.493 51.932 54.8555C51.932 53.7221 51.6885 52.7482 51.2016 51.9336C50.7234 51.1102 50.0151 50.4815 49.0766 50.0477C48.1469 49.6049 47.0047 49.3836 45.65 49.3836C44.2776 49.3836 43.0911 49.6714 42.0906 50.2469C41.0901 50.8135 40.3154 51.5794 39.7664 52.5445C39.2174 53.5008 38.943 54.5544 38.943 55.7055H42.7812C42.7812 55.068 42.8875 54.4969 43.1 53.9922C43.3214 53.4875 43.6401 53.0935 44.0563 52.8102C44.4813 52.5268 44.9859 52.3852 45.5703 52.3852C46.1193 52.3852 46.5797 52.5003 46.9516 52.7305C47.3323 52.9607 47.6201 53.2883 47.8148 53.7133C48.0096 54.1294 48.107 54.6297 48.107 55.2141C48.107 55.6036 48.0229 56.0154 47.8547 56.4492C47.6953 56.8742 47.4341 57.3568 47.0711 57.8969C46.7081 58.4281 46.2122 59.0435 45.5836 59.743L39.3281 66.45V69H52.4989H52.5563H65.727V66.0117H57.4395L60.7997 62.2398C61.446 61.5846 62.0348 60.9516 62.5661 60.3406C63.0973 59.7297 63.5489 59.1276 63.9207 58.5344C64.3015 57.9323 64.5937 57.3302 64.7973 56.7281C65.001 56.1172 65.1028 55.493 65.1028 54.8555C65.1028 53.7221 64.8593 52.7482 64.3723 51.9336C63.8942 51.1102 63.1859 50.4815 62.2473 50.0477C61.3176 49.6049 60.1754 49.3836 58.8208 49.3836C57.4484 49.3836 56.2619 49.6714 55.2614 50.2469C54.2609 50.8135 53.4861 51.5794 52.9372 52.5445C52.3882 53.5008 52.1137 54.5544 52.1137 55.7055H55.952C55.952 55.068 56.0583 54.4969 56.2708 53.9922C56.4921 53.4875 56.8109 53.0935 57.227 52.8102C57.652 52.5268 58.1567 52.3852 58.7411 52.3852C59.29 52.3852 59.7504 52.5003 60.1223 52.7305C60.503 52.9607 60.7908 53.2883 60.9856 53.7133C61.1804 54.1294 61.2778 54.6297 61.2778 55.2141C61.2778 55.6036 61.1937 56.0154 61.0254 56.4492C60.8661 56.8742 60.6049 57.3568 60.2418 57.8969C59.8788 58.4281 59.383 59.0435 58.7543 59.743L52.5563 66.3885Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_23.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_23.xml
deleted file mode 100644
index c1bde61..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_23.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 66.6142V69H39.3281V66.45L45.5836 59.743C46.2122 59.0435 46.7081 58.4281 47.0711 57.8969C47.4341 57.3568 47.6953 56.8742 47.8547 56.4492C48.0229 56.0154 48.107 55.6036 48.107 55.2141C48.107 54.6297 48.0096 54.1294 47.8148 53.7133C47.6201 53.2883 47.3323 52.9607 46.9516 52.7305C46.5797 52.5003 46.1193 52.3852 45.5703 52.3852C44.9859 52.3852 44.4813 52.5268 44.0563 52.8102C43.6401 53.0935 43.3214 53.4875 43.1 53.9922C42.8875 54.4969 42.7812 55.068 42.7812 55.7055H38.943C38.943 54.5544 39.2174 53.5008 39.7664 52.5445C40.3154 51.5794 41.0901 50.8135 42.0906 50.2469C43.0911 49.6714 44.2776 49.3836 45.65 49.3836C47.0047 49.3836 48.1469 49.6049 49.0766 50.0477C50.0151 50.4815 50.7234 51.1102 51.2016 51.9336C51.6885 52.7482 51.932 53.7221 51.932 54.8555C51.932 55.493 51.8302 56.1172 51.6266 56.7281C51.4229 57.3302 51.1307 57.9323 50.75 58.5344C50.3781 59.1276 49.9266 59.7297 49.3953 60.3406C48.8641 60.9516 48.2753 61.5846 47.6289 62.2398L44.2687 66.0117H52.2065C51.8925 65.3498 51.7355 64.5795 51.7355 63.7008H55.5737C55.5737 64.1966 55.6977 64.6393 55.9456 65.0289C56.1935 65.4185 56.5344 65.724 56.9683 65.9453C57.411 66.1667 57.9024 66.2773 58.4425 66.2773C59.0534 66.2773 59.5758 66.1667 60.0097 65.9453C60.4524 65.7151 60.7889 65.3964 61.0191 64.9891C61.2581 64.5729 61.3777 64.0904 61.3777 63.5414C61.3777 62.8331 61.2493 62.2664 60.9925 61.8414C60.7357 61.4076 60.3683 61.0888 59.8902 60.8852C59.412 60.6815 58.8454 60.5797 58.1902 60.5797H56.1448V59.7031V58.6008V57.6711H58.1902C58.8454 57.6711 59.3855 57.5604 59.8105 57.3391C60.2355 57.1089 60.5498 56.7901 60.7534 56.3828C60.9659 55.9667 61.0722 55.4841 61.0722 54.9352C61.0722 54.4393 60.9748 54.001 60.78 53.6203C60.5941 53.2307 60.3063 52.9297 59.9167 52.7172C59.5271 52.4958 59.0357 52.3852 58.4425 52.3852C57.9732 52.3852 57.5394 52.4781 57.1409 52.6641C56.7425 52.85 56.4238 53.1112 56.1847 53.4477C55.9456 53.7841 55.8261 54.1914 55.8261 54.6695H51.9878C51.9878 53.607 52.2711 52.6818 52.8378 51.8937C53.4133 51.1057 54.1836 50.4904 55.1488 50.0477C56.1139 49.6049 57.1764 49.3836 58.3363 49.3836C59.6467 49.3836 60.7933 49.5961 61.7761 50.0211C62.7589 50.4372 63.5248 51.0526 64.0738 51.8672C64.6227 52.6818 64.8972 53.6911 64.8972 54.8953C64.8972 55.5062 64.7555 56.0995 64.4722 56.675C64.1889 57.2417 63.7816 57.7552 63.2503 58.2156C62.866 58.5478 62.4195 58.832 61.9107 59.0684C62.5622 59.2993 63.1194 59.6083 63.5823 59.9953C64.1225 60.438 64.5297 60.9648 64.8042 61.5758C65.0787 62.1779 65.2159 62.8464 65.2159 63.5812C65.2159 64.4844 65.0433 65.2901 64.698 65.9984C64.3527 66.6979 63.8657 67.2911 63.237 67.7781C62.6172 68.2651 61.8912 68.637 61.0589 68.8938C60.2266 69.1417 59.3191 69.2656 58.3363 69.2656C57.5217 69.2656 56.7204 69.1549 55.9323 68.9336C55.1532 68.7034 54.4448 68.3625 53.8073 67.9109C53.314 67.5496 52.8969 67.1173 52.5563 66.6142Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_24.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_24.xml
deleted file mode 100644
index d940957..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_24.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 69V66.0117H44.2687L47.6289 62.2398C48.2753 61.5846 48.8641 60.9516 49.3953 60.3406C49.9266 59.7297 50.3781 59.1276 50.75 58.5344C51.1307 57.9323 51.4229 57.3302 51.6266 56.7281C51.8302 56.1172 51.932 55.493 51.932 54.8555C51.932 53.7221 51.6885 52.7482 51.2016 51.9336C50.7234 51.1102 50.0151 50.4815 49.0766 50.0477C48.1469 49.6049 47.0047 49.3836 45.65 49.3836C44.2776 49.3836 43.0911 49.6714 42.0906 50.2469C41.0901 50.8135 40.3154 51.5794 39.7664 52.5445C39.2174 53.5008 38.943 54.5544 38.943 55.7055H42.7812C42.7812 55.068 42.8875 54.4969 43.1 53.9922C43.3214 53.4875 43.6401 53.0935 44.0563 52.8102C44.4813 52.5268 44.9859 52.3852 45.5703 52.3852C46.1193 52.3852 46.5797 52.5003 46.9516 52.7305C47.3323 52.9607 47.6201 53.2883 47.8148 53.7133C48.0096 54.1294 48.107 54.6297 48.107 55.2141C48.107 55.6036 48.0229 56.0154 47.8547 56.4492C47.6953 56.8742 47.4341 57.3568 47.0711 57.8969C46.7081 58.4281 46.2122 59.0435 45.5836 59.743L39.3281 66.45V69H52.5563ZM63.8698 64.7766V61.775H61.6783V49.6625H60.8549H57.8533H57.8135L49.7518 62.4523L49.9377 64.7766H57.8533V69H61.6783V64.7766H63.8698ZM57.8533 54.6853L57.5612 55.1742L53.5502 61.775H57.8533V54.6853Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_25.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_25.xml
deleted file mode 100644
index da10ed8..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_25.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 66.4247V69H39.3281V66.45L45.5836 59.743C46.2122 59.0435 46.7081 58.4281 47.0711 57.8969C47.4341 57.3568 47.6953 56.8742 47.8547 56.4492C48.0229 56.0154 48.107 55.6036 48.107 55.2141C48.107 54.6297 48.0096 54.1294 47.8148 53.7133C47.6201 53.2883 47.3323 52.9607 46.9516 52.7305C46.5797 52.5003 46.1193 52.3852 45.5703 52.3852C44.9859 52.3852 44.4813 52.5268 44.0563 52.8102C43.6401 53.0935 43.3214 53.4875 43.1 53.9922C42.8875 54.4969 42.7812 55.068 42.7812 55.7055H38.943C38.943 54.5544 39.2174 53.5008 39.7664 52.5445C40.3154 51.5794 41.0901 50.8135 42.0906 50.2469C43.0911 49.6714 44.2776 49.3836 45.65 49.3836C47.0047 49.3836 48.1469 49.6049 49.0766 50.0477C50.0151 50.4815 50.7234 51.1102 51.2016 51.9336C51.6885 52.7482 51.932 53.7221 51.932 54.8555C51.932 55.493 51.8302 56.1172 51.6266 56.7281C51.4229 57.3302 51.1307 57.9323 50.75 58.5344C50.3781 59.1276 49.9266 59.7297 49.3953 60.3406C48.8641 60.9516 48.2753 61.5846 47.6289 62.2398L44.2687 66.0117H52.3135C51.955 65.3154 51.7669 64.523 51.7493 63.6344H55.5477C55.6008 64.1833 55.7425 64.657 55.9727 65.0555C56.2118 65.4451 56.5261 65.7461 56.9157 65.9586C57.3053 66.1711 57.7613 66.2773 58.2837 66.2773C58.7706 66.2773 59.1868 66.1844 59.5321 65.9984C59.8774 65.8125 60.1563 65.5557 60.3688 65.2281C60.5813 64.8917 60.7363 64.5021 60.8337 64.0594C60.9399 63.6078 60.993 63.1208 60.993 62.5984C60.993 62.076 60.9311 61.6023 60.8071 61.1773C60.6831 60.7523 60.4928 60.3849 60.236 60.075C59.9792 59.7651 59.6516 59.526 59.2532 59.3578C58.8636 59.1896 58.4076 59.1055 57.8852 59.1055C57.1769 59.1055 56.6279 59.2161 56.2383 59.4375C55.8576 59.6589 55.5389 59.9112 55.2821 60.1945L52.2274 59.4641L53.3298 49.6625H64.1938V52.757H56.4774L55.9993 57.0469C56.2561 56.8964 56.6456 56.737 57.168 56.5687C57.6904 56.3917 58.2748 56.3031 58.9212 56.3031C59.8597 56.3031 60.692 56.4492 61.418 56.7414C62.1441 57.0336 62.7594 57.4586 63.2641 58.0164C63.7777 58.5742 64.1673 59.256 64.4329 60.0617C64.6985 60.8674 64.8313 61.7794 64.8313 62.7977C64.8313 63.6565 64.6985 64.4755 64.4329 65.2547C64.1673 66.025 63.7644 66.7156 63.2243 67.3266C62.6842 67.9286 62.0068 68.4023 61.1922 68.7477C60.3777 69.093 59.4126 69.2656 58.2969 69.2656C57.4646 69.2656 56.6589 69.1417 55.8797 68.8938C55.1094 68.6458 54.4144 68.2784 53.7946 67.7914C53.3051 67.4012 52.8923 66.9456 52.5563 66.4247Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_26.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_26.xml
deleted file mode 100644
index ab79ef4..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_26.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 69V66.0117H44.2687L47.6289 62.2398C48.2753 61.5846 48.8641 60.9516 49.3953 60.3406C49.9266 59.7297 50.3781 59.1276 50.75 58.5344C51.1307 57.9323 51.4229 57.3302 51.6266 56.7281C51.8302 56.1172 51.932 55.493 51.932 54.8555C51.932 53.7221 51.6885 52.7482 51.2016 51.9336C50.7234 51.1102 50.0151 50.4815 49.0766 50.0477C48.1469 49.6049 47.0047 49.3836 45.65 49.3836C44.2776 49.3836 43.0911 49.6714 42.0906 50.2469C41.0901 50.8135 40.3154 51.5794 39.7664 52.5445C39.2174 53.5008 38.943 54.5544 38.943 55.7055H42.7812C42.7812 55.068 42.8875 54.4969 43.1 53.9922C43.3214 53.4875 43.6401 53.0935 44.0563 52.8102C44.4813 52.5268 44.9859 52.3852 45.5703 52.3852C46.1193 52.3852 46.5797 52.5003 46.9516 52.7305C47.3323 52.9607 47.6201 53.2883 47.8148 53.7133C48.0096 54.1294 48.107 54.6297 48.107 55.2141C48.107 55.6036 48.0229 56.0154 47.8547 56.4492C47.6953 56.8742 47.4341 57.3568 47.0711 57.8969C46.7081 58.4281 46.2122 59.0435 45.5836 59.743L39.3281 66.45V69H52.5563ZM62.1087 49.4633H61.5508C60.0279 49.4633 58.66 49.7245 57.4469 50.2469C56.2339 50.7693 55.198 51.5086 54.3391 52.4648C53.4803 53.4122 52.8206 54.5367 52.3602 55.8383C51.9087 57.131 51.6829 58.5565 51.6829 60.1148V61.6023C51.6829 62.718 51.8423 63.7451 52.161 64.6836C52.4886 65.6221 52.9534 66.4323 53.5555 67.1141C54.1576 67.7958 54.8748 68.3271 55.7071 68.7078C56.5482 69.0797 57.4824 69.2656 58.5094 69.2656C59.5011 69.2656 60.3954 69.0974 61.1922 68.7609C61.9891 68.4245 62.6709 67.9552 63.2376 67.3531C63.8131 66.751 64.2514 66.0471 64.5524 65.2414C64.8623 64.4357 65.0173 63.5635 65.0173 62.625C65.0173 61.7307 64.9021 60.8896 64.6719 60.1016C64.4417 59.3135 64.0964 58.6185 63.636 58.0164C63.1756 57.4143 62.6001 56.9406 61.9094 56.5953C61.2277 56.25 60.4352 56.0773 59.5321 56.0773C58.7087 56.0773 57.9693 56.2146 57.3141 56.4891C56.6589 56.7547 56.0967 57.1266 55.6274 57.6047C55.6151 57.6172 55.6029 57.6298 55.5907 57.6424C55.6606 57.1493 55.7746 56.6852 55.9329 56.25C56.2251 55.4708 56.6412 54.8068 57.1813 54.2578C57.7303 53.7 58.3988 53.2706 59.1868 52.9695C59.9748 52.6685 60.8735 52.518 61.8829 52.518H62.1087V49.4633ZM55.5079 60.875V62.0805C55.5079 62.7711 55.5743 63.382 55.7071 63.9133C55.8488 64.4357 56.048 64.874 56.3048 65.2281C56.5704 65.5734 56.8803 65.8346 57.2344 66.0117C57.5886 66.1799 57.987 66.2641 58.4298 66.2641C58.8459 66.2641 59.2222 66.1755 59.5587 65.9984C59.904 65.8214 60.1962 65.5734 60.4352 65.2547C60.6831 64.9271 60.8691 64.5464 60.993 64.1125C61.1258 63.6698 61.1922 63.1872 61.1922 62.6648C61.1922 62.1424 61.1258 61.6599 60.993 61.2172C60.8691 60.7745 60.6831 60.3937 60.4352 60.075C60.1873 59.7474 59.8863 59.4951 59.5321 59.318C59.1779 59.1409 58.7795 59.0523 58.3368 59.0523C57.7347 59.0523 57.2034 59.194 56.743 59.4773C56.2915 59.7518 55.9373 60.106 55.6805 60.5398C55.6153 60.6501 55.5577 60.7619 55.5079 60.875Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_27.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_27.xml
deleted file mode 100644
index 5098e7e..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_27.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 69V66.0117H44.2687L47.6289 62.2398C48.2753 61.5846 48.8641 60.9516 49.3953 60.3406C49.9266 59.7297 50.3781 59.1276 50.75 58.5344C51.1307 57.9323 51.4229 57.3302 51.6266 56.7281C51.8302 56.1172 51.932 55.493 51.932 54.8555C51.932 54.0376 51.8052 53.3027 51.5516 52.6508H61.0525L53.5752 69H57.6127L65.09 51.7211V49.6625H51.4236V52.3517C51.3563 52.208 51.2823 52.0686 51.2016 51.9336C50.7234 51.1102 50.0151 50.4815 49.0766 50.0477C48.1469 49.6049 47.0047 49.3836 45.65 49.3836C44.2776 49.3836 43.0911 49.6714 42.0906 50.2469C41.0901 50.8135 40.3154 51.5794 39.7664 52.5445C39.2174 53.5008 38.943 54.5544 38.943 55.7055H42.7812C42.7812 55.068 42.8875 54.4969 43.1 53.9922C43.3214 53.4875 43.6401 53.0935 44.0563 52.8102C44.4813 52.5268 44.9859 52.3852 45.5703 52.3852C46.1193 52.3852 46.5797 52.5003 46.9516 52.7305C47.3323 52.9607 47.6201 53.2883 47.8148 53.7133C48.0096 54.1294 48.107 54.6297 48.107 55.2141C48.107 55.6036 48.0229 56.0154 47.8547 56.4492C47.6953 56.8742 47.4341 57.3568 47.0711 57.8969C46.7081 58.4281 46.2122 59.0435 45.5836 59.743L39.3281 66.45V69H52.5563Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_28.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_28.xml
deleted file mode 100644
index aa70fcd..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_28.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 66.4825V69H39.3281V66.45L45.5836 59.743C46.2122 59.0435 46.7081 58.4281 47.0711 57.8969C47.4341 57.3568 47.6953 56.8742 47.8547 56.4492C48.0229 56.0154 48.107 55.6036 48.107 55.2141C48.107 54.6297 48.0096 54.1294 47.8148 53.7133C47.6201 53.2883 47.3323 52.9607 46.9516 52.7305C46.5797 52.5003 46.1193 52.3852 45.5703 52.3852C44.9859 52.3852 44.4813 52.5268 44.0563 52.8102C43.6401 53.0935 43.3214 53.4875 43.1 53.9922C42.8875 54.4969 42.7812 55.068 42.7812 55.7055H38.943C38.943 54.5544 39.2174 53.5008 39.7664 52.5445C40.3154 51.5794 41.0901 50.8135 42.0906 50.2469C43.0911 49.6714 44.2776 49.3836 45.65 49.3836C47.0047 49.3836 48.1469 49.6049 49.0766 50.0477C50.0151 50.4815 50.7234 51.1102 51.2016 51.9336C51.6885 52.7482 51.932 53.7221 51.932 54.8555C51.932 55.493 51.8302 56.1172 51.6266 56.7281C51.4229 57.3302 51.1307 57.9323 50.75 58.5344C50.3781 59.1276 49.9266 59.7297 49.3953 60.3406C48.8641 60.9516 48.2753 61.5846 47.6289 62.2398L44.2687 66.0117H52.3169C52.0224 65.3388 51.8752 64.5685 51.8752 63.7008C51.8752 62.8862 52.039 62.1513 52.3666 61.4961C52.6942 60.832 53.1502 60.2654 53.7346 59.7961C54.1073 59.4957 54.5201 59.2408 54.9732 59.0312C54.1806 58.6202 53.5508 58.0783 53.0838 57.4055C52.5614 56.644 52.3002 55.7719 52.3002 54.7891C52.3002 53.6203 52.5614 52.6375 53.0838 51.8406C53.615 51.0349 54.3411 50.424 55.2619 50.0078C56.1916 49.5917 57.2452 49.3836 58.4228 49.3836C59.6182 49.3836 60.6762 49.5917 61.5971 50.0078C62.5268 50.424 63.2528 51.0349 63.7752 51.8406C64.3064 52.6375 64.5721 53.6203 64.5721 54.7891C64.5721 55.7719 64.3109 56.644 63.7885 57.4055C63.3211 58.0788 62.6908 58.621 61.8974 59.0321C62.8411 59.4716 63.5865 60.0805 64.1338 60.8586C64.7004 61.6643 64.9838 62.6117 64.9838 63.7008C64.9838 64.9138 64.7004 65.9365 64.1338 66.7688C63.5671 67.5922 62.7879 68.2164 61.7963 68.6414C60.8135 69.0575 59.6978 69.2656 58.4494 69.2656C57.201 69.2656 56.0809 69.0575 55.0893 68.6414C54.0976 68.2164 53.314 67.5922 52.7385 66.7688C52.6741 66.6757 52.6134 66.5803 52.5563 66.4825ZM60.7869 61.9211C61.0171 62.3461 61.1322 62.8552 61.1322 63.4484C61.1322 64.0328 61.0215 64.5375 60.8002 64.9625C60.5877 65.3875 60.2778 65.7151 59.8705 65.9453C59.4721 66.1667 58.9984 66.2773 58.4494 66.2773C57.9004 66.2773 57.4179 66.1667 57.0018 65.9453C56.5945 65.7151 56.2757 65.3875 56.0455 64.9625C55.8241 64.5375 55.7135 64.0328 55.7135 63.4484C55.7135 62.8552 55.8241 62.3461 56.0455 61.9211C56.2757 61.4872 56.5945 61.1552 57.0018 60.925C57.409 60.6948 57.8827 60.5797 58.4228 60.5797C58.9629 60.5797 59.4366 60.6948 59.8439 60.925C60.2512 61.1552 60.5656 61.4872 60.7869 61.9211ZM60.4682 53.607C60.6541 53.9878 60.7471 54.4393 60.7471 54.9617C60.7471 55.4841 60.6541 55.9445 60.4682 56.343C60.2911 56.7326 60.0299 57.038 59.6846 57.2594C59.3481 57.4807 58.9364 57.5914 58.4494 57.5914C57.9624 57.5914 57.5463 57.4807 57.201 57.2594C56.8557 57.038 56.59 56.7326 56.4041 56.343C56.227 55.9445 56.1385 55.4841 56.1385 54.9617C56.1385 54.4216 56.227 53.9612 56.4041 53.5805C56.59 53.1909 56.8512 52.8943 57.1877 52.6906C57.533 52.487 57.9447 52.3852 58.4228 52.3852C58.9187 52.3852 59.3348 52.4914 59.6713 52.7039C60.0166 52.9164 60.2822 53.2174 60.4682 53.607Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_29.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_29.xml
deleted file mode 100644
index 1701409..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_29.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM52.5563 69V66.0117H44.2687L47.6289 62.2398C48.2753 61.5846 48.8641 60.9516 49.3953 60.3406C49.9266 59.7297 50.3781 59.1276 50.75 58.5344C51.1307 57.9323 51.4229 57.3302 51.6266 56.7281C51.6814 56.5636 51.7289 56.3981 51.7689 56.2316C51.7697 57.1493 51.8936 58.001 52.1408 58.7867C52.3887 59.5747 52.7518 60.2654 53.2299 60.8586C53.7169 61.443 54.3101 61.9034 55.0096 62.2398C55.709 62.5674 56.5103 62.7313 57.4135 62.7313C58.1218 62.7313 58.7859 62.5852 59.4057 62.293C59.9951 62.0151 60.5165 61.6491 60.9698 61.1951C60.9157 61.7532 60.8104 62.2697 60.6541 62.7445C60.415 63.4617 60.0476 64.0682 59.5518 64.5641C59.0559 65.0599 58.4228 65.4406 57.6525 65.7063C56.8911 65.963 55.9791 66.0914 54.9166 66.0914H54.6642V69.1859H54.9697C56.2624 69.1859 57.4312 69.0221 58.476 68.6945C59.5208 68.3669 60.4372 67.8932 61.2252 67.2734C62.0221 66.6536 62.6861 65.9099 63.2174 65.0422C63.7575 64.1656 64.1603 63.1872 64.426 62.107C64.7004 61.0268 64.8377 59.8581 64.8377 58.6008V57.2727C64.8377 56.0951 64.6783 55.0237 64.3596 54.0586C64.0497 53.0935 63.607 52.2656 63.0314 51.575C62.4559 50.8755 61.7653 50.3354 60.9596 49.9547C60.1538 49.574 59.2596 49.3836 58.2768 49.3836C57.2939 49.3836 56.3997 49.5651 55.5939 49.9281C54.7971 50.2823 54.1109 50.7737 53.5353 51.4023C52.9687 52.031 52.5304 52.757 52.2205 53.5805C52.0982 53.9149 52.0008 54.2588 51.9282 54.6121C51.8955 53.5821 51.6533 52.6893 51.2016 51.9336C50.7234 51.1102 50.0151 50.4815 49.0766 50.0477C48.1469 49.6049 47.0047 49.3836 45.65 49.3836C44.2776 49.3836 43.0911 49.6714 42.0906 50.2469C41.0901 50.8135 40.3154 51.5794 39.7664 52.5445C39.2174 53.5008 38.943 54.5544 38.943 55.7055H42.7812C42.7812 55.068 42.8875 54.4969 43.1 53.9922C43.3214 53.4875 43.6401 53.0935 44.0563 52.8102C44.4813 52.5268 44.9859 52.3852 45.5703 52.3852C46.1193 52.3852 46.5797 52.5003 46.9516 52.7305C47.3323 52.9607 47.6201 53.2883 47.8148 53.7133C48.0096 54.1294 48.107 54.6297 48.107 55.2141C48.107 55.6036 48.0229 56.0154 47.8547 56.4492C47.6953 56.8742 47.4341 57.3568 47.0711 57.8969C46.7081 58.4281 46.2122 59.0435 45.5836 59.743L39.3281 66.45V69H52.5563ZM61.0127 58.1619V56.6086C61.0127 55.9091 60.9419 55.2938 60.8002 54.7625C60.6674 54.2313 60.4726 53.793 60.2158 53.4477C59.9679 53.0935 59.6757 52.8279 59.3393 52.6508C59.0116 52.4737 58.6486 52.3852 58.2502 52.3852C57.8252 52.3852 57.4489 52.4914 57.1213 52.7039C56.7937 52.9076 56.5148 53.1865 56.2846 53.5406C56.0632 53.8948 55.8906 54.3021 55.7666 54.7625C55.6515 55.2141 55.5939 55.6878 55.5939 56.1836C55.5939 56.6794 55.6515 57.1531 55.7666 57.6047C55.8817 58.0474 56.0544 58.4414 56.2846 58.7867C56.5148 59.1232 56.8025 59.3932 57.1478 59.5969C57.4932 59.7917 57.9004 59.8891 58.3697 59.8891C58.8213 59.8891 59.2241 59.8049 59.5783 59.6367C59.9413 59.4596 60.2468 59.2294 60.4947 58.9461C60.7116 58.7068 60.8842 58.4454 61.0127 58.1619Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_30.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_30.xml
deleted file mode 100644
index 01d6a59..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_30.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM45.2914 57.6711H43.2461V58.6008V59.7031V60.5797H45.2914C45.9466 60.5797 46.5133 60.6815 46.9914 60.8852C47.4695 61.0888 47.837 61.4076 48.0938 61.8414C48.3505 62.2664 48.4789 62.8331 48.4789 63.5414C48.4789 64.0904 48.3594 64.5729 48.1203 64.9891C47.8901 65.3964 47.5536 65.7151 47.1109 65.9453C46.6771 66.1667 46.1547 66.2773 45.5438 66.2773C45.0036 66.2773 44.5122 66.1667 44.0695 65.9453C43.6357 65.724 43.2948 65.4185 43.0469 65.0289C42.799 64.6393 42.675 64.1966 42.675 63.7008H38.8367C38.8367 64.657 39.0227 65.4849 39.3945 66.1844C39.7753 66.875 40.2799 67.4505 40.9086 67.9109C41.5461 68.3625 42.2544 68.7034 43.0336 68.9336C43.8216 69.1549 44.6229 69.2656 45.4375 69.2656C46.4203 69.2656 47.3279 69.1417 48.1602 68.8938C48.9924 68.637 49.7185 68.2651 50.3383 67.7781C50.9669 67.2911 51.4539 66.6979 51.7992 65.9984C52.0934 65.395 52.2623 64.7209 52.3058 63.9762C52.3137 64.013 52.3217 64.0496 52.3299 64.0859C52.5336 64.9891 52.8258 65.7682 53.2065 66.4234C53.5961 67.0698 54.0565 67.6055 54.5877 68.0305C55.1279 68.4555 55.7344 68.7698 56.4073 68.9734C57.0802 69.1682 57.8062 69.2656 58.5854 69.2656C59.5594 69.2656 60.4448 69.1062 61.2417 68.7875C62.0385 68.4688 62.7247 67.9773 63.3003 67.3133C63.8846 66.6404 64.3318 65.7815 64.6417 64.7367C64.9516 63.6831 65.1065 62.4302 65.1065 60.9781V57.6312C65.1065 56.4714 65.0047 55.4443 64.801 54.55C64.5974 53.6469 64.3052 52.8721 63.9245 52.2258C63.5437 51.5706 63.0833 51.0349 62.5432 50.6187C62.0031 50.2026 61.3966 49.8971 60.7237 49.7023C60.0596 49.4987 59.338 49.3969 58.5588 49.3969C57.5849 49.3969 56.6995 49.5562 55.9026 49.875C55.1057 50.1849 54.4151 50.6719 53.8307 51.3359C53.2552 52 52.8081 52.8544 52.4893 53.8992C52.1794 54.9352 52.0245 56.1792 52.0245 57.6312V60.9781C52.0245 61.306 52.0325 61.6233 52.0485 61.9302C52.0059 61.8096 51.9582 61.6915 51.9055 61.5758C51.631 60.9648 51.2237 60.438 50.6836 59.9953C50.2207 59.6083 49.6635 59.2993 49.0119 59.0684C49.5207 58.832 49.9673 58.5478 50.3516 58.2156C50.8828 57.7552 51.2901 57.2417 51.5734 56.675C51.8568 56.0995 51.9984 55.5062 51.9984 54.8953C51.9984 53.6911 51.724 52.6818 51.175 51.8672C50.626 51.0526 49.8602 50.4372 48.8773 50.0211C47.8945 49.5961 46.7479 49.3836 45.4375 49.3836C44.2776 49.3836 43.2151 49.6049 42.25 50.0477C41.2849 50.4904 40.5146 51.1057 39.9391 51.8937C39.3724 52.6818 39.0891 53.607 39.0891 54.6695H42.9273C42.9273 54.1914 43.0469 53.7841 43.2859 53.4477C43.525 53.1112 43.8438 52.85 44.2422 52.6641C44.6406 52.4781 45.0745 52.3852 45.5438 52.3852C46.137 52.3852 46.6284 52.4958 47.018 52.7172C47.4076 52.9297 47.6953 53.2307 47.8812 53.6203C48.076 54.001 48.1734 54.4393 48.1734 54.9352C48.1734 55.4841 48.0672 55.9667 47.8547 56.3828C47.651 56.7901 47.3367 57.1089 46.9117 57.3391C46.4867 57.5604 45.9466 57.6711 45.2914 57.6711ZM61.2682 57.1133V61.4828C61.2682 62.3594 61.2107 63.1031 61.0956 63.7141C60.9805 64.325 60.8034 64.8208 60.5643 65.2016C60.3341 65.5734 60.0508 65.8479 59.7143 66.025C59.3867 66.1932 59.0104 66.2773 58.5854 66.2773C58.2401 66.2773 57.9213 66.2242 57.6292 66.118C57.3458 66.0117 57.0935 65.8435 56.8721 65.6133C56.6596 65.3742 56.4737 65.0687 56.3143 64.6969C56.1638 64.3161 56.0487 63.8602 55.969 63.3289C55.8982 62.7977 55.8628 62.1823 55.8628 61.4828V57.1133C55.8628 56.2456 55.9203 55.5107 56.0354 54.9086C56.1594 54.2977 56.3364 53.8107 56.5667 53.4477C56.7969 53.0758 57.0758 52.8057 57.4034 52.6375C57.7398 52.4693 58.125 52.3852 58.5588 52.3852C58.9042 52.3852 59.2185 52.4383 59.5018 52.5445C59.7851 52.6508 60.0375 52.819 60.2588 53.0492C60.4802 53.2794 60.6661 53.5805 60.8167 53.9523C60.9672 54.3154 61.0779 54.7581 61.1487 55.2805C61.2284 55.8029 61.2682 56.4138 61.2682 57.1133Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_31.xml b/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_31.xml
deleted file mode 100644
index c040ac2..0000000
--- a/app/src/main/res/drawable/logo_calendar_monochrome_dyn_day_31.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2023 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:pathData="M40 36H44V41C44 42.1046 44.8954 43 46 43H62C63.1046 43 64 42.1046 64 41V36H68C70.2091 36 72 37.7909 72 40V68C72 70.2091 70.2091 72 68 72H40C37.7909 72 36 70.2091 36 68V40C36 37.7909 37.7909 36 40 36ZM45.2914 57.6711H43.2461V58.6008V59.7031V60.5797H45.2914C45.9466 60.5797 46.5133 60.6815 46.9914 60.8852C47.4695 61.0888 47.837 61.4076 48.0938 61.8414C48.3505 62.2664 48.4789 62.8331 48.4789 63.5414C48.4789 64.0904 48.3594 64.5729 48.1203 64.9891C47.8901 65.3964 47.5536 65.7151 47.1109 65.9453C46.6771 66.1667 46.1547 66.2773 45.5438 66.2773C45.0036 66.2773 44.5122 66.1667 44.0695 65.9453C43.6357 65.724 43.2948 65.4185 43.0469 65.0289C42.799 64.6393 42.675 64.1966 42.675 63.7008H38.8367C38.8367 64.657 39.0227 65.4849 39.3945 66.1844C39.7753 66.875 40.2799 67.4505 40.9086 67.9109C41.5461 68.3625 42.2544 68.7034 43.0336 68.9336C43.8216 69.1549 44.6229 69.2656 45.4375 69.2656C46.4203 69.2656 47.3279 69.1417 48.1602 68.8938C48.9924 68.637 49.7185 68.2651 50.3383 67.7781C50.9669 67.2911 51.4539 66.6979 51.7992 65.9984C52.1445 65.2901 52.3172 64.4844 52.3172 63.5812C52.3172 62.8464 52.1799 62.1779 51.9055 61.5758C51.631 60.9648 51.2237 60.438 50.6836 59.9953C50.2207 59.6083 49.6635 59.2993 49.0119 59.0684C49.5207 58.832 49.9673 58.5478 50.3516 58.2156C50.8828 57.7552 51.2901 57.2417 51.5734 56.675C51.7659 56.284 51.893 55.8848 51.9548 55.4775L56.5013 54.032V69H60.3263V49.6227H59.9146L51.906 52.4781V53.7506C51.7837 53.0366 51.54 52.4088 51.175 51.8672C50.626 51.0526 49.8602 50.4372 48.8773 50.0211C47.8945 49.5961 46.7479 49.3836 45.4375 49.3836C44.2776 49.3836 43.2151 49.6049 42.25 50.0477C41.2849 50.4904 40.5146 51.1057 39.9391 51.8937C39.3724 52.6818 39.0891 53.607 39.0891 54.6695H42.9273C42.9273 54.1914 43.0469 53.7841 43.2859 53.4477C43.525 53.1112 43.8438 52.85 44.2422 52.6641C44.6406 52.4781 45.0745 52.3852 45.5438 52.3852C46.137 52.3852 46.6284 52.4958 47.018 52.7172C47.4076 52.9297 47.6953 53.2307 47.8812 53.6203C48.076 54.001 48.1734 54.4393 48.1734 54.9352C48.1734 55.4841 48.0672 55.9667 47.8547 56.3828C47.651 56.7901 47.3367 57.1089 46.9117 57.3391C46.4867 57.5604 45.9466 57.6711 45.2914 57.6711Z"
- android:fillColor="@android:color/white"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M47,36h14v3h-14z"
- android:fillColor="@android:color/white"/>
-</vector>
diff --git a/app/src/main/res/drawable/stat_notify_calendar.xml b/app/src/main/res/drawable/stat_notify_calendar.xml
deleted file mode 100644
index 1b283aa..0000000
--- a/app/src/main/res/drawable/stat_notify_calendar.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2022 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
- <path
- android:pathData="M3,5C3,3.8954 3.8954,3 5,3H8V6H16V3H19C20.1046,3 21,3.8954 21,5V19C21,20.1046 20.1046,21 19,21H5C3.8954,21 3,20.1046 3,19V5ZM7.4238,13.002H8.3262C8.6152,13.002 8.8535,12.9531 9.041,12.8555C9.2285,12.7539 9.3672,12.6133 9.457,12.4336C9.5508,12.25 9.5977,12.0371 9.5977,11.7949C9.5977,11.5762 9.5547,11.3828 9.4688,11.2148C9.3867,11.043 9.2598,10.9102 9.0879,10.8164C8.916,10.7188 8.6992,10.6699 8.4375,10.6699C8.2305,10.6699 8.0391,10.7109 7.8633,10.793C7.6875,10.875 7.5469,10.9902 7.4414,11.1387C7.3359,11.2871 7.2832,11.4668 7.2832,11.6777H5.5898C5.5898,11.209 5.7148,10.8008 5.9648,10.4531C6.2188,10.1055 6.5586,9.834 6.9844,9.6387C7.4102,9.4434 7.8789,9.3457 8.3906,9.3457C8.9688,9.3457 9.4746,9.4395 9.9082,9.627C10.3418,9.8105 10.6797,10.082 10.9219,10.4414C11.1641,10.8008 11.2852,11.2461 11.2852,11.7773C11.2852,12.0469 11.2227,12.3086 11.0977,12.5625C10.9727,12.8125 10.793,13.0391 10.5586,13.2422C10.3891,13.3887 10.1921,13.5141 9.9676,13.6184C10.255,13.7203 10.5009,13.8566 10.7051,14.0273C10.9434,14.2227 11.123,14.4551 11.2441,14.7246C11.3652,14.9902 11.4258,15.2852 11.4258,15.6094C11.4258,16.0078 11.3496,16.3633 11.1973,16.6758C11.0449,16.9844 10.8301,17.2461 10.5527,17.4609C10.2793,17.6758 9.959,17.8398 9.5918,17.9531C9.2246,18.0625 8.8242,18.1172 8.3906,18.1172C8.0313,18.1172 7.6777,18.0684 7.3301,17.9707C6.9863,17.8691 6.6738,17.7188 6.3926,17.5195C6.1152,17.3164 5.8926,17.0625 5.7246,16.7578C5.5606,16.4492 5.4785,16.084 5.4785,15.6621H7.1719C7.1719,15.8809 7.2266,16.0762 7.3359,16.248C7.4453,16.4199 7.5957,16.5547 7.7871,16.6523C7.9824,16.75 8.1992,16.7988 8.4375,16.7988C8.707,16.7988 8.9375,16.75 9.1289,16.6523C9.3242,16.5508 9.4727,16.4102 9.5742,16.2305C9.6797,16.0469 9.7324,15.834 9.7324,15.5918C9.7324,15.2793 9.6758,15.0293 9.5625,14.8418C9.4492,14.6504 9.2871,14.5098 9.0762,14.4199C8.8652,14.3301 8.6152,14.2852 8.3262,14.2852H7.4238V13.002ZM18.3281,14.4609C18.3281,15.1016 18.2598,15.6543 18.123,16.1191C17.9863,16.5801 17.7891,16.959 17.5312,17.2559C17.2773,17.5488 16.9746,17.7656 16.623,17.9062C16.2715,18.0469 15.8809,18.1172 15.4512,18.1172C15.1074,18.1172 14.7871,18.0742 14.4902,17.9883C14.1934,17.8984 13.9258,17.7598 13.6875,17.5723C13.4531,17.3848 13.25,17.1484 13.0781,16.8633C12.9102,16.5742 12.7812,16.2305 12.6914,15.832C12.6016,15.4336 12.5566,14.9766 12.5566,14.4609V12.9844C12.5566,12.3438 12.625,11.7949 12.7617,11.3379C12.9023,10.877 13.0996,10.5 13.3535,10.207C13.6113,9.9141 13.916,9.6992 14.2676,9.5625C14.6191,9.4219 15.0098,9.3516 15.4395,9.3516C15.7832,9.3516 16.1016,9.3965 16.3945,9.4863C16.6914,9.5723 16.959,9.707 17.1973,9.8906C17.4355,10.0742 17.6387,10.3105 17.8066,10.5996C17.9746,10.8848 18.1035,11.2266 18.1934,11.625C18.2832,12.0195 18.3281,12.4727 18.3281,12.9844V14.4609ZM16.6348,14.6836V12.7559C16.6348,12.4473 16.6172,12.1777 16.582,11.9473C16.5508,11.7168 16.502,11.5215 16.4355,11.3613C16.3691,11.1973 16.2871,11.0645 16.1895,10.9629C16.0918,10.8613 15.9805,10.7871 15.8555,10.7402C15.7305,10.6934 15.5918,10.6699 15.4395,10.6699C15.248,10.6699 15.0781,10.707 14.9297,10.7812C14.7852,10.8555 14.6621,10.9746 14.5605,11.1387C14.459,11.2988 14.3809,11.5137 14.3262,11.7832C14.2754,12.0488 14.25,12.373 14.25,12.7559V14.6836C14.25,14.9922 14.2656,15.2637 14.2969,15.498C14.332,15.7324 14.3828,15.9336 14.4492,16.1016C14.5195,16.2656 14.6016,16.4004 14.6953,16.5059C14.793,16.6074 14.9043,16.6816 15.0293,16.7285C15.1582,16.7754 15.2988,16.7988 15.4512,16.7988C15.6387,16.7988 15.8047,16.7617 15.9492,16.6875C16.0977,16.6094 16.2227,16.4883 16.3242,16.3242C16.4297,16.1562 16.5078,15.9375 16.5586,15.668C16.6094,15.3984 16.6348,15.0703 16.6348,14.6836Z"
- android:fillColor="#000000"
- android:fillType="evenOdd"/>
-</vector>
diff --git a/app/src/main/res/drawable/stat_notify_calendar_multiple.xml b/app/src/main/res/drawable/stat_notify_calendar_multiple.xml
deleted file mode 100644
index 4680210..0000000
--- a/app/src/main/res/drawable/stat_notify_calendar_multiple.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2022 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
- <path
- android:pathData="M3,5C3,3.8954 3.8954,3 5,3H8V6H16V3H19C20.1046,3 21,3.8954 21,5V19C21,20.1046 20.1046,21 19,21H5C3.8954,21 3,20.1046 3,19V5ZM11.707,18V16.6816H8.0508L9.5332,15.0176C9.8184,14.7285 10.0781,14.4492 10.3125,14.1797C10.5469,13.9102 10.7461,13.6445 10.9102,13.3828C11.0781,13.1172 11.207,12.8516 11.2969,12.5859C11.3867,12.3164 11.4316,12.041 11.4316,11.7598C11.4316,11.2598 11.3242,10.8301 11.1094,10.4707C10.8984,10.1074 10.5859,9.8301 10.1719,9.6387C9.7617,9.4434 9.2578,9.3457 8.6602,9.3457C8.0547,9.3457 7.5313,9.4727 7.0898,9.7266C6.6484,9.9766 6.3066,10.3145 6.0644,10.7402C5.8223,11.1621 5.7012,11.627 5.7012,12.1348H7.3945C7.3945,11.8535 7.4414,11.6016 7.5352,11.3789C7.6328,11.1562 7.7734,10.9824 7.957,10.8574C8.1445,10.7324 8.3672,10.6699 8.625,10.6699C8.8672,10.6699 9.0703,10.7207 9.2344,10.8223C9.4023,10.9238 9.5293,11.0684 9.6152,11.2559C9.7012,11.4395 9.7441,11.6602 9.7441,11.918C9.7441,12.0898 9.707,12.2715 9.6328,12.4629C9.5625,12.6504 9.4473,12.8633 9.2871,13.1016C9.127,13.3359 8.9082,13.6074 8.6309,13.916L5.8711,16.875V18H11.707ZM18.3516,14.7188V13.248H16.2305V10.9336H14.6309V13.248H12.5039V14.7188H14.6309V17.1445H16.2305V14.7188H18.3516Z"
- android:fillColor="#000000"
- android:fillType="evenOdd"/>
-</vector>
diff --git a/app/src/main/res/mipmap-anydpi/ic_launcher.xml b/app/src/main/res/mipmap-anydpi/ic_launcher.xml
index b58c81f..c8b5591 100644
--- a/app/src/main/res/mipmap-anydpi/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi/ic_launcher.xml
@@ -1,10 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: 2022 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
+<!-- Copyright (c) 2018 The LineageOS Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background"/>
- <foreground android:drawable="@drawable/ic_launcher_foreground"/>
- <monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
+ <background android:drawable="@mipmap/ic_background"/>
+ <foreground android:drawable="@mipmap/ic_foreground"/>
+ <monochrome android:drawable="@drawable/ic_monochrome" />
</adaptive-icon>
+
diff --git a/app/src/main/res/mipmap-hdpi/ic_background.png b/app/src/main/res/mipmap-hdpi/ic_background.png
new file mode 100644
index 0000000..6b2d39d
--- /dev/null
+++ b/app/src/main/res/mipmap-hdpi/ic_background.png
Binary files differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_foreground.png b/app/src/main/res/mipmap-hdpi/ic_foreground.png
new file mode 100644
index 0000000..3207930
--- /dev/null
+++ b/app/src/main/res/mipmap-hdpi/ic_foreground.png
Binary files differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_background.png b/app/src/main/res/mipmap-mdpi/ic_background.png
new file mode 100644
index 0000000..af0b1be
--- /dev/null
+++ b/app/src/main/res/mipmap-mdpi/ic_background.png
Binary files differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_foreground.png b/app/src/main/res/mipmap-mdpi/ic_foreground.png
new file mode 100644
index 0000000..691aee9
--- /dev/null
+++ b/app/src/main/res/mipmap-mdpi/ic_foreground.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_background.png b/app/src/main/res/mipmap-xhdpi/ic_background.png
new file mode 100644
index 0000000..072b492
--- /dev/null
+++ b/app/src/main/res/mipmap-xhdpi/ic_background.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_foreground.png
new file mode 100644
index 0000000..5e47942
--- /dev/null
+++ b/app/src/main/res/mipmap-xhdpi/ic_foreground.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_background.png b/app/src/main/res/mipmap-xxhdpi/ic_background.png
new file mode 100644
index 0000000..0614494
--- /dev/null
+++ b/app/src/main/res/mipmap-xxhdpi/ic_background.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_foreground.png
new file mode 100644
index 0000000..c509fe9
--- /dev/null
+++ b/app/src/main/res/mipmap-xxhdpi/ic_foreground.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_background.png b/app/src/main/res/mipmap-xxxhdpi/ic_background.png
new file mode 100644
index 0000000..786164d
--- /dev/null
+++ b/app/src/main/res/mipmap-xxxhdpi/ic_background.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_foreground.png
new file mode 100644
index 0000000..cc77231
--- /dev/null
+++ b/app/src/main/res/mipmap-xxxhdpi/ic_foreground.png
Binary files differ
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 5a64530..9cd7d32 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -375,38 +375,4 @@
<item>"6"</item>
<item>"7"</item>
</string-array>
-
- <array name="calendar_icons_dynamic" translatable="false">
- <item>@drawable/logo_calendar_01_adaptive</item>
- <item>@drawable/logo_calendar_02_adaptive</item>
- <item>@drawable/logo_calendar_03_adaptive</item>
- <item>@drawable/logo_calendar_04_adaptive</item>
- <item>@drawable/logo_calendar_05_adaptive</item>
- <item>@drawable/logo_calendar_06_adaptive</item>
- <item>@drawable/logo_calendar_07_adaptive</item>
- <item>@drawable/logo_calendar_08_adaptive</item>
- <item>@drawable/logo_calendar_09_adaptive</item>
- <item>@drawable/logo_calendar_10_adaptive</item>
- <item>@drawable/logo_calendar_11_adaptive</item>
- <item>@drawable/logo_calendar_12_adaptive</item>
- <item>@drawable/logo_calendar_13_adaptive</item>
- <item>@drawable/logo_calendar_14_adaptive</item>
- <item>@drawable/logo_calendar_15_adaptive</item>
- <item>@drawable/logo_calendar_16_adaptive</item>
- <item>@drawable/logo_calendar_17_adaptive</item>
- <item>@drawable/logo_calendar_18_adaptive</item>
- <item>@drawable/logo_calendar_19_adaptive</item>
- <item>@drawable/logo_calendar_20_adaptive</item>
- <item>@drawable/logo_calendar_21_adaptive</item>
- <item>@drawable/logo_calendar_22_adaptive</item>
- <item>@drawable/logo_calendar_23_adaptive</item>
- <item>@drawable/logo_calendar_24_adaptive</item>
- <item>@drawable/logo_calendar_25_adaptive</item>
- <item>@drawable/logo_calendar_26_adaptive</item>
- <item>@drawable/logo_calendar_27_adaptive</item>
- <item>@drawable/logo_calendar_28_adaptive</item>
- <item>@drawable/logo_calendar_29_adaptive</item>
- <item>@drawable/logo_calendar_30_adaptive</item>
- <item>@drawable/logo_calendar_31_adaptive</item>
- </array>
</resources>