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

How do remove divider from Form-Items #45

Closed
darkwood-studios opened this issue Aug 31, 2018 · 2 comments
Closed

How do remove divider from Form-Items #45

darkwood-studios opened this issue Aug 31, 2018 · 2 comments
Labels
enhancement New feature or request
Projects

Comments

@darkwood-studios
Copy link

Hi there,

I want to remove the divider from my form items. Usally I use the following code to remove the lines from the recycler view.

recyclerView?.addItemDecoration(DividerItemDecoration(context, 0))

But in combination with the forms it does'nt work. Maybe the formbuilder places its own ItemDecoration?

@TheJuki TheJuki added this to To do in Development via automation Aug 31, 2018
@TheJuki TheJuki added the enhancement New feature or request label Aug 31, 2018
@TheJuki TheJuki moved this from To do to In progress in Development Aug 31, 2018
@TheJuki
Copy link
Owner

TheJuki commented Sep 4, 2018

I just released 4.7.0. Please update your dependency and let me know if displayDivider works for you. Check out the docs: https://thejuki.github.io/KFormMaster/element/base/#display-divider

@TheJuki TheJuki moved this from In progress to Done in Development Sep 6, 2018
@TheJuki
Copy link
Owner

TheJuki commented Sep 6, 2018

I am closing this issue. If you have any issues feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development
  
Done
Development

No branches or pull requests

2 participants