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

Thickness of the thumb and customizable drawable thumb #88

Closed
srijanbiswas3 opened this issue Feb 19, 2023 · 1 comment
Closed

Thickness of the thumb and customizable drawable thumb #88

srijanbiswas3 opened this issue Feb 19, 2023 · 1 comment

Comments

@srijanbiswas3
Copy link

it would be great to increase or decrease the thickness of the thumb and also a custom drawable .
Is it possible or can you make it. I am not using the bubble feature so i want to customize the thumb size

@randr0id
Copy link
Member

You can adjust the handle sizes by overriding these values in your dimens.xml:

<dimen name="fastscroll_handle_height">40dp</dimen>
<dimen name="fastscroll_handle_width">4dp</dimen>
<dimen name="fastscroll_handle_radius">2dp</dimen>

You might be able to replace the drawable by in including your own drawable named fastscroll_handle, but I haven't verified if that works.

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