Package com. itxca. spannablex. span
Types
Link copied to clipboard
class LeadingMarginSpan(@IntRange(from = 1 ) firstLines: Int, @Px firstMargin: Int, @Px restMargin: Int) : LeadingMarginSpan.LeadingMarginSpan2
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ParagraphBitmapSpan(bitmap: Bitmap, drawableSize: DrawableSize?, @Px padding: Int) : LeadingMarginSpan, LineHeightSpan
Content copied to clipboard
Link copied to clipboard
class ParagraphDrawableSpan(drawable: Drawable, drawableSize: DrawableSize?, @Px padding: Int) : LeadingMarginSpan, LineHeightSpan
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SimpleClickableSpan(@ColorInt color: Int?, @ColorInt backgroundColor: Int?, typeStyle: Int?, config: SimpleClickableConfig?, onClick: OnSimpleClickListener?) : ClickableSpan
Content copied to clipboard