LeOS-Genesis/app/src/main/res/anim/fade_out_instant.xml

7 lines
239 B
XML
Raw Normal View History

2021-05-07 16:27:42 +02:00
<set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha
android:duration="0"
android:fromAlpha="1.0"
android:interpolator="@android:anim/linear_interpolator"
android:toAlpha="1" />
</set>