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

7 lines
241 B
XML
Raw Normal View History

2020-11-11 13:11:13 +01:00
<set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha
2020-11-27 12:40:46 +01:00
android:duration="0"
2020-11-11 13:11:13 +01:00
android:fromAlpha="1.0"
android:interpolator="@android:anim/linear_interpolator"
android:toAlpha="0.5" />
</set>