Pergunta

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

Foi útil?

Solução

mSeekBar.setProgress(mSeekBar.getMax());
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top