进度条的理解,感觉这个进度条不是那么简单,系统给我们定制了几个普通的,但是如果还需要有更加好的效果,需要自己去调试。

<ProgressBar
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/Base.Widget.AppCompat.ProgressBar.Horizontal"
android:progress="20"
android:layout_marginTop="20dp"
android:layout_marginBottom="20dp"/>

  点进去系统给的style,其实参数也是有点多的。

  --------之后给一个看到别人写的进度条的分析

05-11 11:36
查看更多