summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/drawable/ic_launcher_background.xml
blob: 5642471b84c996c2b4eb75b0938282d07a4a05e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<!-- Same indigo->purple gradient as web/static/favicon.svg -->
<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">
    <path android:pathData="M0,0h108v108h-108z">
        <aapt:attr name="android:fillColor">
            <gradient
                android:type="linear"
                android:startX="0"
                android:startY="0"
                android:endX="108"
                android:endY="108"
                android:startColor="#6366f1"
                android:endColor="#a855f7" />
        </aapt:attr>
    </path>
</vector>