首页 > 代码库 > android 分段显示文本颜色控件

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

android 分段显示文本颜色控件