summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable/state_connecting.xml
blob: 267ba791f1cc7daed7e3044833ba254ddbfcf0ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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/alpha1"
        android:name="raven1path"/>
    <target
        android:animation="@animator/alpha2"
        android:name="raven2path"/>
    <target
        android:animation="@animator/alpha3"
        android:name="raven3path"/>

</animated-vector>