CustomProgressBar ## # 自定义进度条, 包含各种样式的, 持续更新中...... 2.依赖方式 allprojects { repositories { maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.laoshuzaiwojia:CustomProgressBar:1.0.0' } ------结束-------------------------