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

11 lines
301 B
XML

<?xml version="1.0" encoding="utf-8"?>
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/ic_sync_black_24dp"
>
<target
android:name="rotation"
android:animation="@animator/rotation_cw"
/>
</animated-vector>