Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ic_launcher_background.xml « drawable « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3983a7e68bb3ff6387ab8aac8e99406ae24c636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:aapt="http://schemas.android.com/aapt"
    android:width="108dp"
    android:height="108dp"
    android:autoMirrored="true"
    android:viewportWidth="1344"
    android:viewportHeight="1344">
    <path
        android:fillType="evenOdd"
        android:pathData="M0,0h1344v1344h-1344z"
        android:strokeLineJoin="round">
        <aapt:attr name="android:fillColor">
            <gradient
                android:endX="1344"
                android:endY="1.2959057E-4"
                android:startX="163.34073"
                android:startY="1344"
                android:type="linear">
                <item
                    android:color="#FF0082C9"
                    android:offset="0" />
                <item
                    android:color="#FF1CAFFF"
                    android:offset="1" />
            </gradient>
        </aapt:attr>
    </path>
</vector>