Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经搜索但没有找到答案。我需要一个 XML 动画,它在屏幕中间进行一个活动并将其向下滑动并移出视图。
谢谢您的帮助!
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <translate android:fromYDelta="0" android:toYDelta="100%p" android:duration="600"/> </set>
这是动画 XML 本身,我想你知道如何处理活动转换