lun_launcher/app/src/main/res/anim/fade_out.xml
lunaticbum 0a77bd69d7 ...
2024-11-07 16:35:47 +09:00

6 lines
286 B
XML

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