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

有帮助吗?

解决方案

mSeekBar.setProgress(mSeekBar.getMax());
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top