Vector Text View Params
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)
Content copied to clipboard