Pregunta

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

¿Fue útil?

Solución

mSeekBar.setProgress(mSeekBar.getMax());
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top