阅读了Drawable Animation,Animation Resource和其他stackoverflow问题后,我认为将它放在drawable文件中是创建animation_list的正确方法。
<?xml version="1.0" encoding="utf-8"?>
<animation_list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="true">
<item android:drawable="@drawable/james_walking_1" android:duration="200"/>
<item android:drawable="@drawable/james_walking_2" android:duration="200"/>
<item android:drawable="@drawable/james_walking_3" android:duration="200"/>
<item android:drawable="@drawable/james_walking_4" android:duration="200"/>
</animation_list>
但是,animation_list为红色且“必须声明”。我不知道出了什么问题。提前致谢