-
Notifications
You must be signed in to change notification settings - Fork 75
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
Size! #2
Comments
We might add attribute support for this in the future, however, you can override any of the dimension values from FastScroll library's For the bubble size, add |
The future is now. |
After further review, the best method for adjusting the bubble dimensions is by overriding these values: <dimen name="fastscroll_bubble_radius">44dp</dimen>
<dimen name="fastscroll_bubble_size">88dp</dimen>
<dimen name="fastscroll_bubble_textsize">48sp</dimen> |
I want to have two different bubble textsize in two layouts. By overriding fastscroll_bubble_textsize it will change the textsize for whole project. Is there any way to change it programmatically? |
There isn't currently, but I'm working to add this and the other bubble dimensions to the upcoming 2.0 release. |
I added attributes and methods to change the bubble text size. I also added an attribute to change the bubble size to either "normal" or "small". These changes are released in 2.0.0-beta2. |
Hi
Pls add size bubble setting.
Ty!
The text was updated successfully, but these errors were encountered: