若activity继承的不是AppCompatActivity,需要设置style才能让progressbar旋转。
android:indeterminateTint="#6B84B8"
android:indeterminateTintMode="src_atop"
style="@android:style/Widget.Material.ProgressBar.Large"
若activity继承的不是AppCompatActivity,需要设置style才能让progressbar旋转。
android:indeterminateTint="#6B84B8"
android:indeterminateTintMode="src_atop"
style="@android:style/Widget.Material.ProgressBar.Large"
本文标题:圆形progressbar颜色设置,非Material主题不旋转
本文链接:https://www.haomeiwen.com/subject/swovsdtx.html
网友评论