what-the-bank/resources/res/anim/2130771984.xml

10 lines
349 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/linear_interpolator">
<alpha
android:duration="800"
android:repeatCount="infinite"
android:repeatMode="reverse"
android:fromAlpha="0.75"
android:toAlpha="1"/>
</set>