lineage-sdk: Bring in the new icon

* Part of the new iconset made by Asher Simonds

Includes
* LineageSettingsProvider
* LineageOS System

Co-authored-by: Michael W <baddaemon87@gmail.com>
Change-Id: Ia3241f19e4e3e8ad8ed7688baf6a7dab7c0d3c0e
This commit is contained in:
Asher Simonds
2022-04-03 15:21:35 +02:00
committed by Michael W
parent 98afee8740
commit e727e72f16
17 changed files with 110 additions and 16 deletions

View File

@@ -81,6 +81,7 @@
android:persistent="true"
android:hasCode="false"
android:label="@string/lineageos_system_label"
android:icon="@mipmap/ic_launcher"
android:allowClearUserData="false"
android:killAfterRestore="false"
android:supportsRtl="true"/>

View File

@@ -0,0 +1,14 @@
<?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"/>
</vector>

View File

@@ -0,0 +1,33 @@
<?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="M74.8,53.4C73.171,53.4 71.715,54.163 70.744,55.341L70.536,55.272C68.664,54.509 66.584,53.92 64.365,53.435C64.365,53.435 64.365,53.435 64.365,53.4C64.365,47.645 59.72,43 53.965,43C48.245,43 43.6,47.645 43.6,53.4L43.392,53.435C41.277,53.885 39.267,54.509 37.464,55.237L37.256,55.307C36.285,54.128 34.829,53.365 33.2,53.365C30.323,53.4 28,55.723 28,58.6C28,61.477 30.323,63.8 33.2,63.8C36.077,63.8 38.4,61.477 38.4,58.6C38.4,58.115 38.331,57.629 38.192,57.179C39.891,56.485 41.797,55.931 43.808,55.48C44.779,60.229 48.973,63.8 54,63.8C59.027,63.8 63.221,60.229 64.192,55.515C66.203,55.965 68.075,56.52 69.808,57.213C69.669,57.664 69.6,58.149 69.6,58.635C69.6,61.512 71.923,63.835 74.8,63.835C77.677,63.835 80,61.512 80,58.635C80,55.757 77.677,53.4 74.8,53.4ZM33.2,61.72C31.467,61.72 30.08,60.333 30.08,58.6C30.08,56.867 31.467,55.48 33.2,55.48C34.933,55.48 36.32,56.867 36.32,58.6C36.32,60.333 34.933,61.72 33.2,61.72ZM54,61.72C49.424,61.72 45.68,57.976 45.68,53.4C45.68,48.824 49.424,45.08 54,45.08C58.576,45.08 62.32,48.824 62.32,53.4C62.32,57.976 58.576,61.72 54,61.72ZM74.8,61.72C73.067,61.72 71.68,60.333 71.68,58.6C71.68,56.867 73.067,55.48 74.8,55.48C76.533,55.48 77.92,56.867 77.92,58.6C77.92,60.333 76.533,61.72 74.8,61.72ZM58.16,53.4C58.16,55.688 56.288,57.56 54,57.56C51.712,57.56 49.84,55.688 49.84,53.4C49.84,51.112 51.712,49.24 54,49.24C56.288,49.24 58.16,51.112 58.16,53.4Z"
android:fillColor="#167C80"/>
<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>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
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="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

View File

@@ -0,0 +1,14 @@
<?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="#167C80"/>
</vector>

View File

@@ -0,0 +1,34 @@
<?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="M57.538,32C58.424,32 59.162,32.683 59.23,33.567L59.324,34.795C59.474,36.744 60.817,38.369 62.508,39.349C64.199,40.33 66.252,40.661 68.015,39.816L69.128,39.283C69.928,38.899 70.889,39.196 71.332,39.965L74.837,46.034C75.28,46.803 75.058,47.784 74.325,48.285L73.309,48.981C71.696,50.085 70.955,52.045 70.955,54C70.955,55.955 71.696,57.915 73.309,59.019L74.325,59.714C75.058,60.216 75.28,61.197 74.837,61.966L71.332,68.035C70.889,68.803 69.928,69.101 69.128,68.717L68.015,68.184C66.252,67.339 64.199,67.67 62.508,68.651C60.817,69.631 59.474,71.257 59.324,73.205L59.23,74.433C59.162,75.317 58.424,76 57.538,76H50.527C49.64,76 48.903,75.317 48.835,74.433L48.74,73.205C48.59,71.257 47.247,69.631 45.556,68.651C43.865,67.67 41.812,67.339 40.049,68.184L38.936,68.717C38.136,69.101 37.175,68.803 36.732,68.035L33.228,61.966C32.784,61.197 33.007,60.216 33.739,59.714L34.755,59.019C36.368,57.914 37.109,55.955 37.109,54C37.109,52.045 36.368,50.086 34.755,48.981L33.739,48.286C33.007,47.784 32.784,46.803 33.228,46.034L36.732,39.965C37.175,39.196 38.136,38.899 38.936,39.283L40.049,39.816C41.812,40.661 43.865,40.33 45.556,39.349C47.247,38.369 48.59,36.744 48.74,34.795L48.835,33.567C48.903,32.683 49.64,32 50.527,32H57.538ZM54.032,69.231C62.444,69.231 69.263,62.412 69.263,54C69.263,45.588 62.444,38.769 54.032,38.769C45.62,38.769 38.801,45.588 38.801,54C38.801,62.412 45.62,69.231 54.032,69.231Z"
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>

View File

@@ -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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB