LastPipeBender/app/src/main/res/anim/switch_service_in.xml
2020-10-14 11:04:48 +02:00

9 lines
286 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:interpolator/decelerate_quint">
<alpha
android:duration="150"
android:fromAlpha="0.00"
android:toAlpha="1.0" />
</set>