这是我的代码和resultpage1和resultpage2是我的.jpg文件。这是我的背景图片,我需要这个动画。图像充满了心,我需要心从顶部掉下来。背景图片是成功添加,但动画不合适。坠落的心脏正在摇晃而不是慢慢地倒下。我需要心脏慢慢地倒下而不是摇晃。我刚接触到android.Please help
<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:drawable="@drawable/resultpage1"
android:duration="50"/>
<item
android:drawable="@drawable/resultpage2"
android:duration="50"/>
<item
android:drawable="@drawable/resultpage3"
android:duration="50"/>
<item
android:drawable="@drawable/resultpage4"
android:duration="50"/>
<item
android:drawable="@drawable/resultpage5"
android:duration="50"/>
</animation-list>
答案 0 :(得分:0)
您应该使用优化的png图像。在大多数情况下,您还需要两个以上的图像。如果您只使用两个图像,您的动画几乎会产生频闪效果。以下是有关不同xml动画的更多信息
http://www.androidhive.info/2013/06/android-working-with-xml-animations/