Domanda

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

È stato utile?

Soluzione

mSeekBar.setProgress(mSeekBar.getMax());
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top