mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
8 lines
349 B
XML
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>
|