How to change default color of progress bar?

后端 未结 14 1888
粉色の甜心
粉色の甜心 2020-12-02 15:53

I am using a circular ProgressBar in my Activty.My Problem is this it is not visible properly on my page because my page\'s BG color is same as ProgressBar .So

14条回答
  •  离开以前
    2020-12-02 16:13

    Try using this in your XML

    android:indeterminateDrawable="@drawable/yourxmlfile"
    
    style="@android:style/Widget.ProgressBar.Small"
    

提交回复
热议问题