android 分段显示文本颜色控件

时间:2014-09-03 16:45:46   收藏:0   阅读:203

效果:

bubuko.com,布布扣

 

使用:

<com.bei.myapplication.app.ProgressTextView
        xmlns:ptv="http://schemas.android.com/apk/res-auto"
        android:text="学习计划课程"
        android:background="#000000"
        android:layout_width="200px"
        android:layout_height="100px"
        ptv:progress="0.6"
        />

源码:

https://github.com/beiliubei/ProgressTextView

原文:http://www.cnblogs.com/beiliubei/p/3953904.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!