感覺老師的分類讓我很不懂?再開始的時(shí)候沒有說(shuō)組合動(dòng)畫?分類只有4種,小細(xì)節(jié),我只是吐槽一下
2016-06-02
最后的逐幀動(dòng)畫漏說(shuō)了一點(diǎn)點(diǎn)啊~~。要
imageView.setImageResource(R.drawable.anim_list);
AnimationDrawable animationDrawable = (AnimationDrawable) imageView.getDrawable();
animationDrawable.start();
【imageView 就是圖片】
這樣才可以動(dòng)起來(lái)。
imageView.setImageResource(R.drawable.anim_list);
AnimationDrawable animationDrawable = (AnimationDrawable) imageView.getDrawable();
animationDrawable.start();
【imageView 就是圖片】
這樣才可以動(dòng)起來(lái)。
2016-05-13