同一个TextView中设置不同颜色与文字大小
{ final SpannableStringBuilder sb = new SpannableStringBuilder(“your text here”); final ForegroundColorSpan fcs = new ForegroundColorSpan(Color.rgb(158, 158, 158)); // Span to set text color to