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

Modifying sensitivity of seekbar, specially useful when the seekbar is inside a RecyclerView #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anjovazquez
Copy link

Hi, I found useful this behaviour in order to improve the user experience when you have a seekbar in every item of a RecyclerView. Sometimes if you fail scrolling you can change the progress of a seekbar accidentally.

Changes in my branch:

  • Modifying sensitivity of seekbar, specially useful when the seekbar is inside a RecyclerView.
  • Added two new parameters longClick, longClickTime expressed in ms and modified onTouchEvent in IndicatorSeekBar.
  • Also created an example of the use in sample app

If you find useful this you could add it to the project!
Thanks in advance.

…kbar is inside a RecyclerView. Added two new parameters longClick, longClickTime expressed in ms and modified onTouchEvent in IndicatorSeekBar. Also created an example of the use in sample app
@warkiz
Copy link
Owner

warkiz commented Sep 3, 2018

@anjovazquez Really thanks for you pull request, I will test this and combine in next version as soon as I have time.

@anjovazquez
Copy link
Author

Hi @warkiz
Great news! Whatever I can do in order to improve just tell me!
Thanks

@rayliverified
Copy link

@anjovazquez Have you tried setting isb_only_thumb_draggable="true"? This works well for me in RecyclerView.

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

Successfully merging this pull request may close these issues.

3 participants