1. 首页
  2. 移动开发
  3. 其他
  4. Android代码 简单易用的TextView装饰库

Android代码 简单易用的TextView装饰库

上传者: 2020-07-19 20:54:25上传 ZIP文件 1.08MB 热度 28次
Text Decorator Decorate your TextView easily Usage TextDecorator .decorate(textView, text) .setTextColor(R.color.colorAccent, 0, 5) .setBackgroundColor(R.color.colorPrimary, 6, 11) .strikethrough(12, 26) .setTextStyle(Typeface.BOLD | Typeface.ITALIC, 27, 40)
用户评论