Reputation: 45
My seekbar range is 0-10 , i want to increase the progress by 0.5 for each click on the progress bar. I have browsed and could not find a way.
Upvotes: 1
Views: 1615
Reputation: 6731
Unfortunately, the function API does not support float arguments. Kindly use integers and adjust the range accordingly.
Upvotes: 2