ceryle / SegmentedButton

Segmented Control with animation for Android API 12+
Apache License 2.0
363 stars 97 forks source link

setPosition method missing.. #5

Closed afiqiqmal closed 7 years ago

afiqiqmal commented 7 years ago

i found 2 issues here

  1. The setPosition method is missing when tried to use it.
  2. When i clicked, the button is switched. But when i hide and show the segmented button give original position, not the clicked position
vinaywadhwa commented 7 years ago

setPosition is missing indeed.

vinaywadhwa commented 7 years ago

created a pull request https://github.com/ceryle/SegmentedButton/pull/6

ceryle commented 7 years ago

Thank you vinaywadhwa. Sorry, I couldn't get your pull request. But I have updated the project. New version is v1.1.6 now.

vinaywadhwa commented 7 years ago

no worries. Thanks

ceryle commented 7 years ago

I have released a new version(v1.1.8) for the second problem. It should work now.