app / io.geeteshk.dot.utils / Spanner / addCharSpans

addCharSpans

fun addCharSpans(span: MutableLiveData<Spannable>, index: Int): Unit

Add the two spans to a given character inside a Spannable and then posts to the LiveData

fun addCharSpans(span: Editable?, index: Int): Unit

Adds two spans to an Editable