Files
test/common/src/main/res/anim/bottomview_anim_exit_2.xml
18142669586 a02f7b2e22 1
2024-02-23 16:07:50 +08:00

10 lines
233 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:duration="200"
android:fromYDelta="0"
android:toYDelta="100%p"
/>
</set>