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

8 lines
278 B
XML
Raw Normal View History

2021-05-29 09:55:46 +02:00
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:startOffset="0">
<alpha
2022-05-22 11:20:41 +02:00
android:duration="350"
android:fromAlpha="0.0"
2021-05-29 09:55:46 +02:00
android:interpolator="@android:anim/linear_interpolator"
2022-05-22 11:20:41 +02:00
android:toAlpha="1.0" />
2021-01-28 11:22:41 +01:00
</set>