Provides an easy way to edit a portion of text.
The {@link TextView} uses this span to allow the user to delete a chuck of text in one click.
{@link TextView} removes the span when the user deletes the whole text or modifies it.
This span can be also used to receive notification when the user deletes or modifies the text; |