Merge drawable-v24 into drawable folder since minVersion is now 24

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-03-23 15:01:56 +01:00 committed by Marcel Hibbe
parent 73d3ecac0e
commit ba26e58190
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
4 changed files with 24 additions and 61 deletions

View File

@ -1,26 +0,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 android:scaleX="0.08035714"
android:scaleY="0.08035714">
<path
android:pathData="M0,0h1344v1344h-1344z"
android:strokeLineJoin="round"
android:fillType="evenOdd">
<aapt:attr name="android:fillColor">
<gradient
android:startY="1344.0002"
android:startX="163.34073"
android:endY="1.2959057E-4"
android:endX="1343.9999"
android:type="linear">
<item android:offset="0" android:color="#FF0082C9"/>
<item android:offset="1" android:color="#FF1CAFFF"/>
</gradient>
</aapt:attr>
</path>
</group>
</vector>

View File

@ -1,37 +1,26 @@
<!-- <vector xmlns:android="http://schemas.android.com/apk/res/android"
~ /* xmlns:aapt="http://schemas.android.com/aapt"
~ * Nextcloud Talk application android:width="108dp"
~ * android:height="108dp"
~ * @author Mario Danic android:viewportWidth="108"
~ * Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com> android:viewportHeight="108">
~ * <group android:scaleX="0.08035714"
~ * This program is free software: you can redistribute it and/or modify android:scaleY="0.08035714">
~ * it under the terms of the GNU General Public License as published by <path
~ * the Free Software Foundation, either version 3 of the License, or android:pathData="M0,0h1344v1344h-1344z"
~ * at your option) any later version. android:strokeLineJoin="round"
~ * android:fillType="evenOdd">
~ * This program is distributed in the hope that it will be useful, <aapt:attr name="android:fillColor">
~ * but WITHOUT ANY WARRANTY; without even the implied warranty of <gradient
~ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the android:startY="1344.0002"
~ * GNU General Public License for more details. android:startX="163.34073"
~ * android:endY="1.2959057E-4"
~ * You should have received a copy of the GNU General Public License android:endX="1343.9999"
~ * along with this program. If not, see <http://www.gnu.org/licenses/>. android:type="linear">
~ */ <item android:offset="0" android:color="#FF0082C9"/>
--> <item android:offset="1" android:color="#FF1CAFFF"/>
</gradient>
<vector android:autoMirrored="true" android:height="108dp" </aapt:attr>
android:viewportHeight="1344" android:viewportWidth="1344"
android:width="108dp" xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillType="evenOdd"
android:pathData="M0,0h1344v1344h-1344z" android:strokeLineJoin="round">
<aapt:attr name="android:fillColor">
<gradient android:endX="1343.9999"
android:endY="1.2959057E-4" android:startX="163.34073"
android:startY="1344.0002" android:type="linear">
<item android:color="#FF0082C9" android:offset="0"/>
<item android:color="#FF1CAFFF" android:offset="1"/>
</gradient>
</aapt:attr>
</path> </path>
</group>
</vector> </vector>