我想要一个无限的进度条,就像在 Activity Indicatior, Activity bar 下一样
我的实现没有动画,也没有旋转。怎么了?谢谢
<ProgressBar
android:id="@+id/progressBar"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content" />