Skip to content

Commit

Permalink
更新到v 1.2.5
Browse files Browse the repository at this point in the history
#更新记录
1. 优化Grid最后一个item的分割线显示逻辑,之前为隐藏,现改为显示,可以使用frv_isNotShowGridEndDivider配置为true来达到隐藏
2. 增加动态同时设置分割线及分割线高度的方法setDivider(int height, Drawable divider)
3. fix #8
  • Loading branch information
iwgang committed Apr 7, 2016
1 parent a3be7e8 commit 96cdfb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
![](https://raw.githubusercontent.com/iwgang/FamiliarRecyclerView/master/screenshot/screenshot.gif)

### gradle
compile 'com.github.iwgang:familiarrecyclerview:1.2.4'
compile 'com.github.iwgang:familiarrecyclerview:1.2.5'

### 这些是不是很熟悉?
```
Expand Down Expand Up @@ -109,6 +109,7 @@ frv_dividerHorizontal | reference / color | 无 | 水
frv_dividerHeight | dimension | 1px | 全局分割线size
frv_dividerVerticalHeight | dimension | 1px | 垂直分割线size
frv_dividerHorizontalHeight | dimension | 1px | 水平分割线size
frv_isNotShowGridEndDivider | boolean | false | 是否不显示Grid最后item的分割线
frv_itemViewBothSidesMargin | dimension | 无 | itemView两边的边距(不会设置headerView和footerView的两边)
frv_emptyView | reference | 无 | emptyView id
frv_isEmptyViewKeepShowHeadOrFooter | boolean | false | 显示EmptyView时,是否保留显示已设置的HeadView和FooterView
Expand Down

0 comments on commit 96cdfb9

Please sign in to comment.