Rabbit-R1/switch port/java/resources/res/anim/abc_popup_enter.xml
2024-05-21 17:08:36 -04:00

8 lines
349 B
XML

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