SubwayTooter-Android-App/app/src/main/res/anim/fade_out.xml

10 lines
339 B
XML

<?xml version="1.0" encoding="utf-8"?>
<alpha
xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@integer/media_viewer_fade_duration"
android:fillAfter="true"
android:fromAlpha="1.0"
android:toAlpha="0.0"
/>
<!--android:interpolator="@android:anim/accelerate_interpolator"-->