misp-bump/app/src/main/res/drawable/animated_sync.xml

11 lines
301 B
XML
Raw Normal View History

2019-06-11 14:52:41 +02:00
<?xml version="1.0" encoding="utf-8"?>
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
2019-07-24 12:06:52 +02:00
android:drawable="@drawable/ic_sync_black_24dp"
>
2019-06-11 14:52:41 +02:00
<target
android:name="rotation"
2019-07-24 12:06:52 +02:00
android:animation="@animator/rotation_cw"
/>
</animated-vector>