Android 动画-GIF

Android 动画-GIF,android,animation,Android,Animation,有人能提供使用.png文件创建动画所需的代码和XML文件吗? 我试过这里给你的那个 但是,一旦我打字 <animation-list android:id="selected" android:oneshot="false"> <item android:drawable="@drawable/connected01" android:duration="50" /> <item android:drawable="@drawable/connected02" an

有人能提供使用.png文件创建动画所需的代码和XML文件吗? 我试过这里给你的那个

但是,一旦我打字

<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>

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


有人能说一下如何做到这一点吗?

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

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

是否可能重复?可能被骗?是 啊我今天拿到了!非常感谢:)是的!我今天拿到了!非常感谢:)