mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 09:55:20 +01:00
7 lines
265 B
XML
7 lines
265 B
XML
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:duration="@integer/anim_duration_medium">
|
||
|
<alpha
|
||
|
android:fromAlpha="0"
|
||
|
android:interpolator="@android:anim/decelerate_interpolator"
|
||
|
android:toAlpha="1" />
|
||
|
</set>
|