0

Usually when an android app run the seekbar placed at the start. I want to when my app run the seekbar placed at the end, not in the start. How can I do this? Thank you. Ho

Hans Pour
  • 432
  • 6
  • 15

1 Answers1

0
mSeekBar.setProgress(mSeekBar.getMax());
matiash
  • 54,791
  • 16
  • 125
  • 154