Package com.itxca.spannablex.span.legacy

Types

Link copied to clipboard
class LegacyBulletSpan(@ColorInt color: Int, @IntRange(from = 0) bulletRadius: Int, gapWidth: Int) : LeadingMarginSpan

Copy @RequiresApi(Build.VERSION_CODES.P) Type from android.text.style.BulletSpan

Link copied to clipboard
class LegacyLineBackgroundSpan(@ColorInt color: Int) : LineBackgroundSpan

Copy @RequiresApi(Build.VERSION_CODES.Q) Type from android.text.style.LineBackgroundSpan.Standard

Link copied to clipboard
class LegacyLineHeightSpan(@Px @IntRange(from = 1) height: Int) : LineHeightSpan

Copy @RequiresApi(Build.VERSION_CODES.Q) Type from android.text.style.LineHeightSpan.Standard

Link copied to clipboard
class LegacyQuoteSpan(@ColorInt color: Int, @Px @IntRange(from = 0) stripeWidth: Int, @Px @IntRange(from = 0) gapWidth: Int) : LeadingMarginSpan

Copy @RequiresApi(Build.VERSION_CODES.P) Type from android.text.style.QuoteSpan