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

Add extension for scrollbars on scrolling components like RecyclerView, NestScrollView, etc #41

Closed
LouisCAD opened this issue Mar 11, 2018 · 2 comments
Assignees
Milestone

Comments

@LouisCAD
Copy link
Owner

LouisCAD commented Mar 11, 2018

Some people in the Android team had the wonderful idea to only allow scrollbars enabling from xml, so need to write methods to get them from code.
This implies new View DSL modules for recyclerview and support core Ui.

@LouisCAD LouisCAD added this to the 2.0.0 milestone Mar 11, 2018
@LouisCAD LouisCAD self-assigned this Mar 11, 2018
@LouisCAD
Copy link
Owner Author

LouisCAD commented Mar 19, 2018

The recyclerView(…) function returns a RecyclerView with scrollbars enabled and is available from the splitties-viewdsl-recyclerview artifact in latest 2.0.0-SNAPSHOT.

@LouisCAD
Copy link
Owner Author

As said in #48, a new nestedScrollView(…) there's now a function that returns a NestedScrollView with scrollbars for usage in View DSL.

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

No branches or pull requests

1 participant