本文主要是介绍很强势的进度条表现方式RoundCornerProgressBar,(圆角,倾斜度,颜色,开关),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
首先是可以实现的效果图:
集成方法:
buildgradle中
compile ‘com.akexorcist:RoundCornerProgressBar:2.0.3’xml中直接使用
<!--进度条--><com.akexorcist.roundcornerprogressbar.RoundCornerProgressBar
android:id="@+id/rcpb_jindu"android:layout_width="match_parent"android:layout_height="5dp"android:layout_below="@id/huiyan_name"android:layout_marginLeft="5dp"android:layout_marginTop="@dimen/margin_5dp"app:rcBackgroundColor="#e9e5e4"app:rcMax="2000"app:rcProgress="800"app:rcProgressColor="#ffc501"app:rcRadius="5dp" />
>更多使用方法参考GitHub上说明:
https://github.com/akexorcist/Android-RoundCornerProgressBar
这篇关于很强势的进度条表现方式RoundCornerProgressBar,(圆角,倾斜度,颜色,开关)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!