1、修改颜色:

<ProgressBar
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginLeft="50dp"
    android:indeterminateTint="@color/colorPrimary"
    android:indeterminateTintMode="src_atop" />

 

相关文章:

  • 2021-04-09
  • 2022-02-04
  • 2021-05-26
  • 2021-11-20
  • 2022-12-23
  • 2021-05-17
  • 2021-06-07
  • 2021-06-24
猜你喜欢
  • 2022-01-05
  • 2021-11-19
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
相关资源
相似解决方案