(4.2.19)彩色进度条CircleProgress, DonutProgress, ArcProgress

github

inspired from https://github.com/daimajia/NumberProgressBar

这里写图片描述

DonutProgress

这里写图片描述

    <com.github.lzyzsd.circleprogress.DonutProgress
        android:layout_marginLeft="50dp"
        android:id="@+id/donut_progress"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        custom:donut_progress="30"/>
  <declare-styleable name="DonutProgress">
        <attr name="donut_progress" format="integer"/>
        <attr name="donut_max" format="integer"/>
        <attr name="donut_unfinished_color" format="color"/>
        <attr name="donut_finished_color" format="color"/>
        <attr name="donut_finished_stroke_width" format="dimension"/>
        <attr name="donut_unfinished_stroke_width" format="dimension"/>
        <attr name="donut_text_size" format="dimension"/>
        <attr name="donut_text_color" format="color"/>
        <attr name="donut_text" format="string"/>
        <attr name="donut_prefix_text" format="string"/>
        <attr name="donut_suffix_text" format="string"/>
        <attr name="donut_background_color" format="color"/>
    </declare-styleable>
DonutProgress cpYinYuan = (DonutProgress) findViewById(R.id.donut_progress1);
cpYinYuan.setFinishedStrokeColor(getResources().getColor(
                            R.color.color_util_hun_pei_color1));
cpYinYuan.setTextColor(getResources().getColor(
                            R.color.color_util_hun_pei_color1));
cpYinYuan.setProgress(N_YinYuanZhiShu);

CircleProgress

这里写图片描述“`











# ArcProgress
![这里写图片描述](https://img-blog.csdn.net/20150810181659913)
















“`

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值