summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsher Simonds <dayanhammer@gmail.com>2022-04-02 17:31:55 +0200
committerMichael W <baddaemon87@gmail.com>2022-04-06 23:15:13 +0200
commit99847b109e44bebfa3c138b0cac57178ec18eb2d (patch)
tree7c7fcce2584a728aa82f8455e6e20a748dbfc008
parentdb70e6244b0887bd68fb68f4257facd4d61cd092 (diff)
DeskClock: Bring in the new icon
* Part of the new iconset made by Asher Simonds Co-authored-by: Michael W <baddaemon87@gmail.com> Change-Id: Ia912a8edb65ddc1366ba4261c116b1489bd586e0
-rw-r--r--res/drawable/ic_launcher_background.xml23
-rw-r--r--res/drawable/ic_launcher_foreground.xml39
-rw-r--r--res/mipmap-anydpi/ic_launcher.xml21
-rw-r--r--res/mipmap-hdpi/ic_background.pngbin543 -> 0 bytes
-rw-r--r--res/mipmap-hdpi/ic_foreground.pngbin9489 -> 0 bytes
-rw-r--r--res/mipmap-mdpi/ic_background.pngbin366 -> 0 bytes
-rw-r--r--res/mipmap-mdpi/ic_foreground.pngbin4873 -> 0 bytes
-rw-r--r--res/mipmap-xhdpi/ic_background.pngbin703 -> 0 bytes
-rw-r--r--res/mipmap-xhdpi/ic_foreground.pngbin15335 -> 0 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_background.pngbin1030 -> 0 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_foreground.pngbin30323 -> 0 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_background.pngbin1702 -> 0 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_foreground.pngbin51001 -> 0 bytes
13 files changed, 67 insertions, 16 deletions
diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml
new file mode 100644
index 000000000..8bb038e44
--- /dev/null
+++ b/res/drawable/ic_launcher_background.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="M0,0h108v108h-108z"
+ android:fillColor="#2A3232"/>
+ <path
+ android:pathData="M37.147,39.859C36.783,40.292 36.81,40.932 37.209,41.334L49.958,54.17C49.973,54.186 49.989,54.201 50.006,54.217C50.002,54.145 50,54.073 50,54C50,51.953 51.537,50.266 53.52,50.028C53.502,50.015 53.484,50.002 53.465,49.989L38.611,39.663C38.146,39.34 37.511,39.425 37.147,39.859Z"
+ android:fillColor="#ffffff"/>
+ <path
+ android:pathData="M75.449,36.002C75.087,35.57 74.453,35.492 73.997,35.822L54.501,49.942C54.466,49.967 54.432,49.993 54.399,50.02C56.421,50.22 58,51.925 58,54C58,54.1 57.996,54.2 57.989,54.298C58.021,54.27 58.052,54.241 58.083,54.211L75.374,37.464C75.779,37.071 75.812,36.433 75.449,36.002Z"
+ android:fillColor="#ffffff"/>
+ <path
+ android:pathData="M54,54m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"
+ android:fillColor="#98A7A7"/>
+</vector>
diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml
new file mode 100644
index 000000000..5f494b6ee
--- /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="M54,79L54,54"
+ android:strokeWidth="2"
+ android:fillColor="#00000000"
+ android:strokeColor="#FFD250"
+ android:strokeLineCap="round"/>
+ <path
+ android:pathData="M54,54m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0"
+ android:fillColor="#F09F38"/>
+ <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 d8649ba56..3d90bc5c3 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
deleted file mode 100644
index 31795f1de..000000000
--- a/res/mipmap-hdpi/ic_background.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-hdpi/ic_foreground.png b/res/mipmap-hdpi/ic_foreground.png
deleted file mode 100644
index 6b71d5334..000000000
--- a/res/mipmap-hdpi/ic_foreground.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-mdpi/ic_background.png b/res/mipmap-mdpi/ic_background.png
deleted file mode 100644
index a1f55b426..000000000
--- a/res/mipmap-mdpi/ic_background.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-mdpi/ic_foreground.png b/res/mipmap-mdpi/ic_foreground.png
deleted file mode 100644
index d876c6442..000000000
--- a/res/mipmap-mdpi/ic_foreground.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_background.png b/res/mipmap-xhdpi/ic_background.png
deleted file mode 100644
index b8de8b23f..000000000
--- a/res/mipmap-xhdpi/ic_background.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_foreground.png b/res/mipmap-xhdpi/ic_foreground.png
deleted file mode 100644
index bfcfdaf82..000000000
--- a/res/mipmap-xhdpi/ic_foreground.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_background.png b/res/mipmap-xxhdpi/ic_background.png
deleted file mode 100644
index 9aa19b0a9..000000000
--- a/res/mipmap-xxhdpi/ic_background.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_foreground.png b/res/mipmap-xxhdpi/ic_foreground.png
deleted file mode 100644
index c45d17153..000000000
--- a/res/mipmap-xxhdpi/ic_foreground.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_background.png b/res/mipmap-xxxhdpi/ic_background.png
deleted file mode 100644
index d3126d915..000000000
--- a/res/mipmap-xxxhdpi/ic_background.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_foreground.png b/res/mipmap-xxxhdpi/ic_foreground.png
deleted file mode 100644
index 6d29f72d2..000000000
--- a/res/mipmap-xxxhdpi/ic_foreground.png
+++ /dev/null
Binary files differ