Musicoo/app/src/main/res/anim/slide_in_bottom.xml
2024-06-26 10:05:52 +08:00

9 lines
262 B
XML

<!-- res/anim/slide_in_bottom.xml -->
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false">
<translate
android:fromYDelta="100%p"
android:toYDelta="0%p"
android:duration="300"/>
</set>