Skip to content

wailovet/AnimationListView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnimationListView

动画效果列表

在xml视图中
添加   
<com.swzfpro.wailovet.animationlistview.AnimationListView
        android:id="@+id/list"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
</com.swzfpro.wailovet.animationlistview.AnimationListView>


用setAnimationType选择类型
(AnimationListView)findViewById(R.id.list).setAnimationType(AnimationListView.AnimationType.FADEIN);
AnimationListView.AnimationType.FADEIN为淡入淡出
AnimationListView.AnimationType.LEFTTORIGHT为从左向右滑入
AnimationListView.AnimationType.BOTTOMTOTOP为从底至上滑入

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages