Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可否有取消分割线的功能 #13

Closed
EasonHolmes opened this issue Jun 27, 2016 · 2 comments
Closed

可否有取消分割线的功能 #13

EasonHolmes opened this issue Jun 27, 2016 · 2 comments

Comments

@EasonHolmes
Copy link

EasonHolmes commented Jun 27, 2016

No description provided.

@iwgang
Copy link
Owner

iwgang commented Jun 27, 2016

这块还有点问题,应该不设置frv_divider就没有分割线才合理,下个版本优化

目录可以通过下面两种方式达到你想要的功能

方式一(建议)

app:frv_dividerVerticalHeight="0dp"
app:frv_dividerHorizontalHeight="0dp"

方式二

mRecyclerView.setDivider(null);
mRecyclerView.setDividerHeight(0);

@iwgang iwgang closed this as completed in b00d776 Jan 3, 2017
@iwgang
Copy link
Owner

iwgang commented Jan 3, 2017

use

app:frv_dividerHeight="0dp"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants