FMRadio: Update the app icon for Android 13
* Part of the new iconset made by Asher Simonds
Co-authored-by: Michael W <baddaemon87@gmail.com>
Change-Id: I8291d265173b1be740070848e5fe99325770c116
diff --git a/res/drawable/ic_launcher_monochrome.xml b/res/drawable/ic_launcher_monochrome.xml
new file mode 100644
index 0000000..8ea6a45
--- /dev/null
+++ b/res/drawable/ic_launcher_monochrome.xml
@@ -0,0 +1,23 @@
+<?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="M72,34C70.895,34 70,34.895 70,36V38H34C31.791,38 30,39.791 30,42V66C30,68.209 31.791,70 34,70H74C76.209,70 78,68.209 78,66V42C78,39.791 76.209,38 74,38V36C74,34.895 73.105,34 72,34ZM64.809,64.625C65.095,65.692 66.201,66.339 67.211,65.893C69.197,65.017 70.941,63.653 72.275,61.914C74.018,59.644 74.962,56.862 74.962,54C74.962,51.138 74.018,48.356 72.275,46.086C70.941,44.347 69.197,42.983 67.211,42.107C66.201,41.661 65.095,42.308 64.809,43.375L63.342,48.849C63.199,49.383 63.524,49.921 64.011,50.182C64.549,50.471 65.023,50.872 65.399,51.362C65.98,52.119 66.295,53.046 66.295,54C66.295,54.954 65.98,55.881 65.399,56.638C65.023,57.128 64.549,57.529 64.011,57.818C63.524,58.079 63.199,58.618 63.342,59.151L64.809,64.625ZM46,67C53.18,67 59,61.18 59,54C59,46.82 53.18,41 46,41C38.82,41 33,46.82 33,54C33,61.18 38.82,67 46,67Z"
+ android:fillColor="#ffffffff"
+ android:fillType="evenOdd"/>
+ <group>
+ <clip-path
+ android:pathData="M67.329,62.438C68.309,61.815 69.179,61.021 69.896,60.088C71.236,58.341 71.962,56.201 71.962,54C71.962,51.799 71.236,49.659 69.896,47.912C69.179,46.979 68.309,46.185 67.329,45.562L66.591,48.314C67.031,48.671 67.43,49.081 67.779,49.536C68.762,50.817 69.295,52.386 69.295,54C69.295,55.614 68.762,57.183 67.779,58.464C67.43,58.919 67.031,59.329 66.591,59.686L67.329,62.438Z"
+ android:fillType="evenOdd"/>
+ <path
+ android:pathData="M62,67C59.138,67 56.356,66.056 54.086,64.314C51.816,62.571 50.184,60.129 49.443,57.365C48.702,54.6 48.894,51.669 49.99,49.025C51.085,46.381 53.022,44.173 55.5,42.742C57.978,41.311 60.86,40.738 63.697,41.111C66.534,41.485 69.169,42.784 71.192,44.808C73.216,46.831 74.515,49.466 74.889,52.303C75.262,55.14 74.689,58.022 73.258,60.5L62,54L62,67Z"
+ android:fillColor="#ffffffff"/>
+ </group>
+</vector>
diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml
index 3d90bc5..b58c81f 100644
--- a/res/mipmap-anydpi/ic_launcher.xml
+++ b/res/mipmap-anydpi/ic_launcher.xml
@@ -6,4 +6,5 @@
<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"/>
</adaptive-icon>