1. 程式人生 > >Android設定progress載入轉圈圈的顏色

Android設定progress載入轉圈圈的顏色

 progressbar以前用大神的,gayhub地址:https://github.com/pnikosis/materialish-progress。

後來發現原生的也蠻好的。就是不知怎麼變顏色,百度一大圈沒一個簡單靠譜的。最後發現是這個屬性。

<ProgressBar
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:indeterminateTint="#0000ff"
      /> 

 哎。