Вопрос

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