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

7 lines
243 B
XML
Raw Normal View History

2021-01-28 11:22:41 +01:00
<set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha
2021-02-07 18:40:35 +01:00
android:duration="250"
2021-01-28 11:22:41 +01:00
android:fromAlpha="1.0"
android:interpolator="@android:anim/linear_interpolator"
2021-02-07 18:40:35 +01:00
android:toAlpha="0.5" />
2021-01-28 11:22:41 +01:00
</set>