BayernMessenger/vector/src/main/res/anim/enter_fade_in.xml

10 lines
281 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@integer/default_animation_duration"
android:shareInterpolator="false">
<alpha
android:fromAlpha="0"
android:toAlpha="1" />
</set>