danger.text.span
Interface AtomicSpan

All Known Implementing Classes:
BitmapSpan, HTML.Image


public interface AtomicSpan

Spans that behave as a unit should implement this interface so EditText will not allow the insertion point or selection end to be positioned in the middle of the span and will delete its contents as a unit if backspaced over.