Package com.skydoves.balloon.vectortext

Types

VectorTextView
Link copied to clipboard
class VectorTextView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?) : AppCompatTextView
VectorTextView is a customizable textView having a vector icon.
VectorTextViewParams
Link copied to clipboard
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.