diff options
author | Asher Simonds <dayanhammer@gmail.com> | 2022-04-02 17:37:40 +0200 |
---|---|---|
committer | Michael W <baddaemon87@gmail.com> | 2022-04-06 23:14:42 +0200 |
commit | aa01cb0c6193ebe5fabdc759086500bb2ebc3901 (patch) | |
tree | 3c6e580e9a444f929337561279d79d60209cfe83 | |
parent | 6a1f48f838067e2ed951cf1c781e2537731f28f8 (diff) |
AudioFX: Bring in the new icon
* Part of the new iconset made by Asher Simonds
Co-authored-by: Michael W <baddaemon87@gmail.com>
Change-Id: I0d7abcc9092e24528835830f6f4072b2b16726b4
-rw-r--r-- | res/drawable/ic_launcher_background.xml | 24 | ||||
-rw-r--r-- | res/drawable/ic_launcher_foreground.xml | 39 | ||||
-rw-r--r-- | res/mipmap-anydpi/ic_launcher.xml | 21 | ||||
-rw-r--r-- | res/mipmap-hdpi/ic_background.png | bin | 4688 -> 0 bytes | |||
-rw-r--r-- | res/mipmap-hdpi/ic_foreground.png | bin | 9171 -> 0 bytes | |||
-rw-r--r-- | res/mipmap-mdpi/ic_background.png | bin | 2815 -> 0 bytes | |||
-rw-r--r-- | res/mipmap-mdpi/ic_foreground.png | bin | 4473 -> 0 bytes | |||
-rw-r--r-- | res/mipmap-xhdpi/ic_background.png | bin | 6922 -> 0 bytes | |||
-rw-r--r-- | res/mipmap-xhdpi/ic_foreground.png | bin | 15116 -> 0 bytes | |||
-rw-r--r-- | res/mipmap-xxhdpi/ic_background.png | bin | 12598 -> 0 bytes | |||
-rw-r--r-- | res/mipmap-xxhdpi/ic_foreground.png | bin | 30889 -> 0 bytes | |||
-rw-r--r-- | res/mipmap-xxxhdpi/ic_background.png | bin | 19532 -> 0 bytes | |||
-rw-r--r-- | res/mipmap-xxxhdpi/ic_foreground.png | bin | 52024 -> 0 bytes |
13 files changed, 68 insertions, 16 deletions
diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..f8e688f --- /dev/null +++ b/res/drawable/ic_launcher_background.xml @@ -0,0 +1,24 @@ +<?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"> + <group> + <clip-path + android:pathData="M0,0h108v108h-108z"/> + <path + android:pathData="M0,0h108v108h-108z" + android:fillColor="#2A3232"/> + <path + android:pathData="M0,0L108,0L65.314,42.686C62.418,39.791 58.418,38 54,38C45.163,38 38,45.163 38,54C38,58.418 39.791,62.418 42.686,65.314L0,108L0,0Z" + android:fillColor="#F73487"/> + <path + android:pathData="M65.314,65.314L108,108L108,0L65.314,42.686C68.209,45.582 70,49.582 70,54C70,58.418 68.209,62.418 65.314,65.314Z" + android:fillColor="#A92D63"/> + </group> +</vector> diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..8c63318 --- /dev/null +++ b/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,39 @@ +<?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="M67.737,37.808L48.343,42.657L65.314,59.627L70.162,40.234C70.528,38.769 69.202,37.442 67.737,37.808Z" + android:fillColor="#ffffff"/> + <path + android:pathData="M54,54m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0" + android:fillColor="#2A3232"/> + <path + android:pathData="M54,54m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0" + android:fillColor="#ffffff"/> + <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/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml index d8649ba..3d90bc5 100644 --- a/res/mipmap-anydpi/ic_launcher.xml +++ b/res/mipmap-anydpi/ic_launcher.xml @@ -1,20 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- 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. +<!-- + SPDX-FileCopyrightText: 2022 The LineageOS Project + SPDX-License-Identifier: Apache-2.0 --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@mipmap/ic_background"/> - <foreground android:drawable="@mipmap/ic_foreground"/> + <background android:drawable="@drawable/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> </adaptive-icon> - diff --git a/res/mipmap-hdpi/ic_background.png b/res/mipmap-hdpi/ic_background.png Binary files differdeleted file mode 100644 index be3e436..0000000 --- a/res/mipmap-hdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-hdpi/ic_foreground.png b/res/mipmap-hdpi/ic_foreground.png Binary files differdeleted file mode 100644 index 75dea2e..0000000 --- a/res/mipmap-hdpi/ic_foreground.png +++ /dev/null diff --git a/res/mipmap-mdpi/ic_background.png b/res/mipmap-mdpi/ic_background.png Binary files differdeleted file mode 100644 index edde4f5..0000000 --- a/res/mipmap-mdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-mdpi/ic_foreground.png b/res/mipmap-mdpi/ic_foreground.png Binary files differdeleted file mode 100644 index ddd089e..0000000 --- a/res/mipmap-mdpi/ic_foreground.png +++ /dev/null diff --git a/res/mipmap-xhdpi/ic_background.png b/res/mipmap-xhdpi/ic_background.png Binary files differdeleted file mode 100644 index ac9b980..0000000 --- a/res/mipmap-xhdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-xhdpi/ic_foreground.png b/res/mipmap-xhdpi/ic_foreground.png Binary files differdeleted file mode 100644 index 4053df7..0000000 --- a/res/mipmap-xhdpi/ic_foreground.png +++ /dev/null diff --git a/res/mipmap-xxhdpi/ic_background.png b/res/mipmap-xxhdpi/ic_background.png Binary files differdeleted file mode 100644 index ade3336..0000000 --- a/res/mipmap-xxhdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-xxhdpi/ic_foreground.png b/res/mipmap-xxhdpi/ic_foreground.png Binary files differdeleted file mode 100644 index cbab2f2..0000000 --- a/res/mipmap-xxhdpi/ic_foreground.png +++ /dev/null diff --git a/res/mipmap-xxxhdpi/ic_background.png b/res/mipmap-xxxhdpi/ic_background.png Binary files differdeleted file mode 100644 index 82f6f7a..0000000 --- a/res/mipmap-xxxhdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-xxxhdpi/ic_foreground.png b/res/mipmap-xxxhdpi/ic_foreground.png Binary files differdeleted file mode 100644 index 99d4f31..0000000 --- a/res/mipmap-xxxhdpi/ic_foreground.png +++ /dev/null |