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

Was it helpful?

Solution

mSeekBar.setProgress(mSeekBar.getMax());
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top