mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
9 lines
349 B
XML
9 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="1"
|
||
|
android:toAlpha="0"/>
|
||
|
</set>
|