Weather/res/anim/pageturning_refresh_rotate.xml
2021-05-10 10:13:34 +02:00

5 lines
386 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set android:fillAfter="true" android:fillEnabled="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<rotate android:interpolator="@android:anim/overshoot_interpolator" android:duration="2000" android:fromDegrees="0.0" android:toDegrees="360.0" android:pivotX="50.0%" android:pivotY="50.0%" android:fillAfter="true" />
</set>