VectorTextViewParams

data class VectorTextViewParams(drawableStartRes: Int?, drawableEndRes: Int?, drawableBottomRes: Int?, drawableTopRes: Int?, drawableStart: Drawable?, drawableEnd: Drawable?, drawableBottom: Drawable?, drawableTop: Drawable?, isRtlLayout: Boolean, @Px() compoundDrawablePadding: Int?, @Px() iconWidth: Int?, @Px() iconHeight: Int?, @DimenRes() compoundDrawablePaddingRes: Int?, tintColor: Int?, @DimenRes() widthRes: Int?, @DimenRes() heightRes: Int?, @DimenRes() squareSizeRes: Int?)

VectorTextViewParams is a collection of VectorTextView's parameters.

Constructors

VectorTextViewParams
Link copied to clipboard
fun VectorTextViewParams(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, @Px() compoundDrawablePadding: Int? = null, @Px() iconWidth: Int? = null, @Px() iconHeight: Int? = null, @DimenRes() compoundDrawablePaddingRes: Int? = null, tintColor: Int? = null, @DimenRes() widthRes: Int? = null, @DimenRes() heightRes: Int? = null, @DimenRes() squareSizeRes: Int? = null)

Properties

compoundDrawablePadding
Link copied to clipboard
val compoundDrawablePadding: Int? = null
compoundDrawablePaddingRes
Link copied to clipboard
var compoundDrawablePaddingRes: Int? = null
drawableBottom
Link copied to clipboard
var drawableBottom: Drawable? = null
drawableBottomRes
Link copied to clipboard
var drawableBottomRes: Int? = null
drawableEnd
Link copied to clipboard
var drawableEnd: Drawable? = null
drawableEndRes
Link copied to clipboard
var drawableEndRes: Int? = null
drawableStart
Link copied to clipboard
var drawableStart: Drawable? = null
drawableStartRes
Link copied to clipboard
var drawableStartRes: Int? = null
drawableTop
Link copied to clipboard
var drawableTop: Drawable? = null
drawableTopRes
Link copied to clipboard
var drawableTopRes: Int? = null
heightRes
Link copied to clipboard
var heightRes: Int? = null
iconHeight
Link copied to clipboard
val iconHeight: Int? = null
iconWidth
Link copied to clipboard
val iconWidth: Int? = null
isRtlLayout
Link copied to clipboard
var isRtlLayout: Boolean = false
squareSizeRes
Link copied to clipboard
var squareSizeRes: Int? = null
tintColor
Link copied to clipboard
var tintColor: Int? = null
widthRes
Link copied to clipboard
var widthRes: Int? = null