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

5 lines
477 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">
<scale android:interpolator="@android:anim/linear_interpolator" android:duration="150" android:pivotX="50.0%" android:pivotY="0.0%" android:fillAfter="true" android:startOffset="750" android:fromXScale="1.0" android:toXScale="1.0" android:fromYScale="0.0" android:toYScale="1.0" android:fillEnabled="true" />
</set>