summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable-anydpi-v24/state_connecting.xml
blob: 77207966b8909eb7c9e308766ffd157778a78d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/ravens"
    >
    <target
        android:animation="@animator/alpha4"
        android:name="ravens" />
    <target
        android:animation="@animator/alpha1"
        android:name="raven1path"/>
    <target
        android:animation="@animator/alpha2"
        android:name="raven2path"/>
    <target
        android:animation="@animator/alpha3"
        android:name="raven3path"/>

</animated-vector>