The four attributes that you mention can be applied to a ProgressBar's style like so:
style="?android:attr/progressBarStyleHorizontal"
The style constant android:progressBarStyleHorizontal is your typical incremental progress bar:

While the other three are varying sizes of the same circular progress bar:
style="?android:attr/progressBarStyleSmall"

style="?android:attr/progressBarStyle"

style="?android:attr/progressBarStyleLarge"

Update:
本文介绍了如何使用四种不同的样式来定制Android中的ProgressBar组件。这些样式包括水平进度条及三种不同尺寸的圆形进度条。


被折叠的 条评论
为什么被折叠?



