Modifying sensitivity of seekbar, specially useful when the seekbar is inside a RecyclerView
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.
@anjovazquez Really thanks for you pull request, I will test this and combine in next version as soon as I have time.
Hi @warkiz Great news! Whatever I can do in order to improve just tell me! Thanks
@anjovazquez Have you tried setting isb_only_thumb_draggable="true"? This works well for me in RecyclerView.