Question

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

Était-ce utile?

La solution

mSeekBar.setProgress(mSeekBar.getMax());
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top