How to use a Seekbar in android as a seekBar as well as a progressBar simultaneously?

后端 未结 2 817
予麋鹿
予麋鹿 2021-01-04 18:46

I intend to write a custom media controller for my app. I was planning to use seekbar to do both seeking and showing progress. Trying to implement this.

Does anyone

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-04 19:30

    You set the seconday progress.

    No, you're on the right track. It is very good for displaying stuff like download progress and current location for streams (media).

提交回复
热议问题