android 分段显示文本颜色控件

效果:

 

使用:

<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

posted @ 2014-09-03 16:01  轩影火柴  阅读(505)  评论(0)    收藏  举报