How to show a Horizontal Android Indeterminate Progress Bar

前端 未结 5 1395
伪装坚强ぢ
伪装坚强ぢ 2020-12-08 13:35

How to show an indeterminate horizontal progress bar in android? The animation of the progress bar should start from 0 to 100 and then go back from 100 to 0 continuously. I

5条回答
  •  感情败类
    2020-12-08 13:52

    In the xml defining your progress bar, you can add

    style="@android:style/Widget.ProgressBar.Horizontal"
    

提交回复
热议问题