SpannableStringpublic class SpannableString extends SpannableStringInternal implements CharSequence, GetChars, SpannableThis is the class for text whose content is immutable but to which
markup objects can be attached and detached.
For mutable text, see {@link SpannableStringBuilder}. |
Constructors Summary |
---|
public SpannableString(CharSequence source)
super(source, 0, source.length());
| private SpannableString(CharSequence source, int start, int end)
super(source, start, end);
|
|