【发布时间】:2020-03-27 05:52:07
【问题描述】:
【问题讨论】:
标签: android android-custom-view android-progressbar
【问题讨论】:
标签: android android-custom-view android-progressbar
你可以试试这个 git 库,它会帮助你并提供更多的自定义 https://github.com/castorflex/SmoothProgressBar...
mProgressBar.setIndeterminateDrawable(new SmoothProgressDrawable.Builder(context)
.strokeWidth(8f) //You should use Resources#getDimension
.build());
您可以在此处指定任何笔画宽度。
【讨论】: