Skip to content

Conform to the masterial recyclerview design, have add headerview, add footerview method, each item has its own click event, similar to a listview. SetOnItemClickListener

Notifications You must be signed in to change notification settings

JetXing/recyclerview

Repository files navigation

recyclerview

符合material design的recyclerview,为recyclerview添加了可加入headerview和footerview的方法, 添加方法: addHeaderView(View mView) addFooterView(View mView)

删除方法: removeHeaderView() removeFooterView()

并且每一个item都可以有点击事件,类似listview. setOnItemClickListener事件 因为添加了headerview以及footerview,position会根据headerview的个人进行偏移,暂时没有想到好的方法,我会继续更改的 show effect chart

About

Conform to the masterial recyclerview design, have add headerview, add footerview method, each item has its own click event, similar to a listview. SetOnItemClickListener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages