前言 相信大家对Android的TextView的使用已经相当熟悉了,但有没有发现TextView的文字总是那么单调,可以修改的就字体大小,颜色等等.要想实现自定义的文字,就要用到我们今天的主角--SpannableString了. 定义 This is the class for text whose content is immutable but to which markup objects can be attached and detached. SpannableString是文本…