VectorTextViewParams

data class VectorTextViewParams @JvmOverloads constructor(var drawableStartRes: Int? = null, var drawableEndRes: Int? = null, var drawableBottomRes: Int? = null, var drawableTopRes: Int? = null, var drawableStart: Drawable? = null, var drawableEnd: Drawable? = null, var drawableBottom: Drawable? = null, var drawableTop: Drawable? = null, var isRtlLayout: Boolean = false, var contentDescription: CharSequence = String.Empty, @Px val compoundDrawablePadding: Int? = null, @Px val iconWidth: Int? = null, @Px val iconHeight: Int? = null, @DimenRes var compoundDrawablePaddingRes: Int? = null, @ColorInt var tintColor: Int? = null, @DimenRes var widthRes: Int? = null, @DimenRes var heightRes: Int? = null, @DimenRes var squareSizeRes: Int? = null)

VectorTextViewParams is a collection of VectorTextView's parameters.

Constructors

Link copied to clipboard
constructor(drawableStartRes: Int? = null, drawableEndRes: Int? = null, drawableBottomRes: Int? = null, drawableTopRes: Int? = null, drawableStart: Drawable? = null, drawableEnd: Drawable? = null, drawableBottom: Drawable? = null, drawableTop: Drawable? = null, isRtlLayout: Boolean = false, contentDescription: CharSequence = String.Empty, @Px compoundDrawablePadding: Int? = null, @Px iconWidth: Int? = null, @Px iconHeight: Int? = null, @DimenRes compoundDrawablePaddingRes: Int? = null, @ColorInt tintColor: Int? = null, @DimenRes widthRes: Int? = null, @DimenRes heightRes: Int? = null, @DimenRes squareSizeRes: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val iconHeight: Int? = null
Link copied to clipboard
val iconWidth: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard