animation动画xml文件

<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:duration="150" android:drawable="@drawable/fm_main_one" />
    <item android:duration="150" android:drawable="@drawable/fm_main_two" />
    <item android:duration="150" android:drawable="@drawable/fm_main_three" />
    <item android:duration="150" android:drawable="@drawable/fm_main_four" />
    <item android:duration="150" android:drawable="@drawable/fm_main_five" />
    <item android:duration="150" android:drawable="@drawable/fm_main_six" />
    <item android:duration="150" android:drawable="@drawable/fm_main_seven" />
    <item android:duration="150" android:drawable="@drawable/fm_main_eight" />
    <item android:duration="150" android:drawable="@drawable/fm_main_nine" />
    <item android:duration="150" android:drawable="@drawable/fm_main_ten" />
</animation-list>

 

posted @ 2015-02-28 10:39  williamgufeng  阅读(293)  评论(0编辑  收藏  举报