Skip to content

Releases: iwgang/FamiliarRecyclerView

1.3.0

14 Apr 12:26
Compare
Choose a tag to compare

更新记录:

  1. 增加支持下拉刷新/加载更多的FamiliarRefreshRecyclerView类
  2. 更新使用示例Demo
  3. 更新rv版本到23.2.1

gradle

compile 'com.github.iwgang:familiarrecyclerview:1.3.0'

1.2.5

07 Apr 03:30
Compare
Choose a tag to compare

更新记录:

  1. 优化Grid最后一个item的分割线显示逻辑,之前为隐藏,现改为显示,可以使用frv_isNotShowGridEndDivider配置为true来达到隐藏
  2. 增加动态同时设置分割线及分割线高度的方法setDivider(int height, Drawable divider)
  3. fix #8

gradle

compile 'com.github.iwgang:familiarrecyclerview:1.2.5'