ImageView实现图片轮询
TranslateAnimation ta = new TranslateAnimation( Animation.RELATIVE_TO_SELF, 0f, Animation.RELATIVE_TO_SELF, -1f, Animation.RELATIVE_TO_SELF, 0f, Animation.RELATIVE_TO_SELF, 0f); ta.setDuration(2000); animationSet1.addAnimation(ta); animationSet1.setFillAfter(true);
文件列表
ImageView 图片循环跑马灯的效果.zip
(预估有个30文件)
ImageView 图片循环跑马灯的效果
IamgeTranslat
.project
849B
proguard.cfg
1KB
src
com
test
IamgeTranslatActivity.java
3KB
AndroidManifest.xml
683B
res
用户评论