summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable/state_connecting.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-12-02 02:18:48 +0100
committercyberta <cyberta@riseup.net>2022-12-02 20:25:19 +0100
commit33bae6bada5aadc3ab3919fa04233d2d916e5721 (patch)
tree06e999d0b8be3286a10e8c4e920674972c4ab734 /app/src/custom/res/drawable/state_connecting.xml
parent5afe57ab868ee9e2e27f5b26b9b14de3519c0402 (diff)
implement connecting animation for riseup
Diffstat (limited to 'app/src/custom/res/drawable/state_connecting.xml')
-rw-r--r--app/src/custom/res/drawable/state_connecting.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/app/src/custom/res/drawable/state_connecting.xml b/app/src/custom/res/drawable/state_connecting.xml
index 3ef89983..267ba791 100644
--- a/app/src/custom/res/drawable/state_connecting.xml
+++ b/app/src/custom/res/drawable/state_connecting.xml
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
-</selector> \ No newline at end of file
+<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