sample/src/androidMain/res/drawable/ic_launcher_foreground.xml
author Da Risk <da_risk@geekorum.com>
Tue, 22 Apr 2025 19:36:29 -0400
changeset 44 7732a7112b93
parent 34 sample/src/main/res/drawable/ic_launcher_foreground.xml@ce299aacc068
permissions -rw-r--r--
sample: start conversion to a kotlin multiplatform project
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
<!--
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
    AboutOss is an utility library to retrieve and display
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
    opensource licenses in Android applications.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
34
ce299aacc068 build: update license headers
Da Risk <da_risk@geekorum.com>
parents: 15
diff changeset
     6
    Copyright (C) 2023-2025 by Frederic-Charles Barthelery.
15
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
    This file is part of AboutOss.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
    AboutOss is free software: you can redistribute it and/or modify
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
    it under the terms of the GNU General Public License as published by
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
    the Free Software Foundation, either version 3 of the License, or
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
    (at your option) any later version.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
    AboutOss is distributed in the hope that it will be useful,
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
    but WITHOUT ANY WARRANTY; without even the implied warranty of
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
    GNU General Public License for more details.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
    You should have received a copy of the GNU General Public License
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
    along with AboutOss.  If not, see <http://www.gnu.org/licenses/>.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    22
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    23
-->
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    24
<vector xmlns:android="http://schemas.android.com/apk/res/android"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    25
    xmlns:aapt="http://schemas.android.com/aapt"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    26
    android:width="108dp"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    27
    android:height="108dp"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    28
    android:viewportWidth="108"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    29
    android:viewportHeight="108">
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    30
    <path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    31
        <aapt:attr name="android:fillColor">
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    32
            <gradient
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    33
                android:endX="85.84757"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    34
                android:endY="92.4963"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    35
                android:startX="42.9492"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    36
                android:startY="49.59793"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    37
                android:type="linear">
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    38
                <item
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    39
                    android:color="#44000000"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    40
                    android:offset="0.0" />
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    41
                <item
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    42
                    android:color="#00000000"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    43
                    android:offset="1.0" />
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    44
            </gradient>
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    45
        </aapt:attr>
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    46
    </path>
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    47
    <path
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    48
        android:fillColor="#FFFFFF"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    49
        android:fillType="nonZero"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    50
        android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    51
        android:strokeWidth="1"
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    52
        android:strokeColor="#00000000" />
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    53
</vector>