1. 首页
  2. 移动开发
  3. 其他
  4. Android代码让 TextView SpannableStringBuilder变得更加容易

Android代码让 TextView SpannableStringBuilder变得更加容易

上传者: 2020-07-16 13:48:18上传 ZIP文件 118.31KB 热度 35次
Spanny A helper class that extends SpannableStringBuilder and adds methods to easily mark the text with multiple spans. Download You can just copy the class to your project or grab it via Gradle: compile 'com.binaryfork:spanny:1.0.4' Usage Use .append(text, span) to add and mark the text with any s
用户评论