summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable-anydpi-v24/state_connecting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/res/drawable-anydpi-v24/state_connecting.xml')
-rw-r--r--app/src/custom/res/drawable-anydpi-v24/state_connecting.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/custom/res/drawable-anydpi-v24/state_connecting.xml b/app/src/custom/res/drawable-anydpi-v24/state_connecting.xml
new file mode 100644
index 00000000..267ba791
--- /dev/null
+++ b/app/src/custom/res/drawable-anydpi-v24/state_connecting.xml
@@ -0,0 +1,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> \ No newline at end of file