5

Hi I have a seekbar in my app that i need to snap to 7 positions. To achieve this I set the max property of the Seekbar to 7. NOw, to be aesthetically pleasing, i need to be able to drag my seekbar all the way to end of the bar, but when I set a value to the max property, the scroll won't drag all the way to end. Why does this happen and how can I get around it?

aamiri
  • 2,420
  • 4
  • 38
  • 58

1 Answers1

6

try adding some padding to the sides of your seekbar

bornSwift
  • 336
  • 2
  • 8
  • 1
    that actually did work i guess my fingers were too big for it register my finger in the last position. – aamiri Aug 15 '11 at 03:05