Android 滚动条 ProgressBar 如何停止
大家好,我现在定义的是小圆型的滚动条
<ProgressBar
android:id="@+id/bar"
style="?android:attr/progressBarStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="20sp"/>
Bar = (ProgressBar) this.findViewById(R.id.bar);