IndicatorSeekBar icon indicating copy to clipboard operation
IndicatorSeekBar copied to clipboard

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

Open anjovazquez opened this issue 7 years ago • 3 comments

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 avatar Aug 22 '18 21:08 anjovazquez

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

warkiz avatar Sep 03 '18 16:09 warkiz

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

anjovazquez avatar Sep 03 '18 16:09 anjovazquez

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

rayliverified avatar Oct 03 '18 19:10 rayliverified