动画 - GIF

时间:2011-01-27 12:07:35

标签: android animation

有人可以提供使用.png文件创建动画所需的代码和XML文件吗? 我尝试了http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html

中给出的那个

但是,一旦我打字,

<animation-list android:id="selected" android:oneshot="false">
<item android:drawable="@drawable/connected01" android:duration="50" />
<item android:drawable="@drawable/connected02" android:duration="50" />
<item android:drawable="@drawable/connected03" android:duration="50" />
<item android:drawable="@drawable/connected04" android:duration="50" />
<item android:drawable="@drawable/connected05" android:duration="50" />
</animation-list>

我收到错误:“未绑定的前缀”

有人可以说如何做到这一点吗?

1 个答案:

答案 0 :(得分:3)

我认为您应该将xmlns:android="http://schemas.android.com/apk/res/android"添加到xml的第一项