VerticalSeekBar
VerticalSeekBar copied to clipboard
api 19 & 22 thumb issue
first of all thank you for the amazing library I am showing and hiding the thumb based on a user action, but when it appears on android 4.4 api 19 the thumb is appearing huge, and on api 22 it is not appearing at all. is there a fix that you would suggest? and also, I wanted the bar to be very thin so I made the width 1. but on api 19 it appears pretty thick compared to all other android versions. Thank you again
BTW I copied the library and changed things a little bit to fit my needs for example, my layout rotates rotates independent from the orientation so I had to change the thumb ontouch method to work with all different orientations. I hope you don't mind
removing the radius of the thumb made it normal size again, and replacing the barCardView with a FrameLayout fixed the bar size problem
Hi! Can you share an example of the issue? Thank you