Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun applySpannableTags(textView: TextView, replaceText: String?, text: String? = null, @ColorRes color: Int?, @FontRes font: Int?, relativeSize: Float?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getText(view: EditText): String
fun getText(view: TextView): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun loadUrlImage(imageView: ImageView, src: Drawable?, defaultImage: Drawable? = null, centerCrop: Boolean = true, circle: Boolean = false, size: Int? = null, noCache: Boolean = false, listener: RequestListener<Drawable>? = null, curveBottomFactor: Float? = null, isGif: Boolean = false)
fun loadUrlImage(imageView: ImageView, src: Uri?, defaultImage: Drawable? = null, centerCrop: Boolean = true, circle: Boolean = false, size: Int? = null, noCache: Boolean = false, listener: RequestListener<Drawable>? = null, curveBottomFactor: Float? = null, isGif: Boolean = false)
fun loadUrlImage(imageView: ImageView, src: Uri?, @DrawableRes defaultImage: Int = 0, centerCrop: Boolean = true, circle: Boolean = false, size: Int? = null, noCache: Boolean = false, listener: RequestListener<Drawable>? = null, curveBottomFactor: Float? = null, isGif: Boolean = false)
Link copied to clipboard
fun setActivated(view: View, activated: Boolean)
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
fun setConstraintWidthPercent(view: View, percent: Float)
Link copied to clipboard
fun setCorners(imageView: ShapeableImageView, corners: Float?, cornerTopStart: Float?, cornerTopEnd: Float?, cornerBottomStart: Float?, cornerBottomEnd: Float?, cornersFamily: Int = CornerFamily.ROUNDED)
Link copied to clipboard
fun setDrawableEnd(textView: TextView, drawable: Drawable?)
fun setDrawableEnd(textView: TextView, drawable: Int)
Link copied to clipboard
fun setDrawableEndTint(textView: TextView, drawable: Drawable, color: ColorStateList)
fun setDrawableEndTint(textView: TextView, drawable: Drawable, color: Int)
fun setDrawableEndTint(textView: TextView, drawable: Int, color: ColorStateList)
fun setDrawableEndTint(textView: TextView, drawable: Int, color: Int)
Link copied to clipboard
fun setDrawableStart(textView: TextView, drawable: Drawable?)
fun setDrawableStart(textView: TextView, drawable: Int)
Link copied to clipboard
fun setDrawableStartTint(textView: TextView, drawable: Drawable, color: ColorStateList)
fun setDrawableStartTint(textView: TextView, drawable: Drawable, color: Int)
fun setDrawableStartTint(textView: TextView, drawable: Int, color: ColorStateList)
fun setDrawableStartTint(textView: TextView, drawable: Int, color: Int)
Link copied to clipboard
fun setDrawableTop(textView: TextView, drawable: Int)
Link copied to clipboard
fun setDrawableTopTint(textView: TextView, drawable: Drawable, color: ColorStateList)
fun setDrawableTopTint(textView: TextView, drawable: Drawable, color: Int)
fun setDrawableTopTint(textView: TextView, drawable: Int, color: ColorStateList)
fun setDrawableTopTint(textView: TextView, drawable: Int, color: Int)
Link copied to clipboard
fun setEnabled(view: View, enabled: Boolean)
Link copied to clipboard
fun setFontFamily(textView: TextView, font: Int)
Link copied to clipboard
fun setFormatted(view: TextView, value: Float, formatted: Boolean)
fun setFormatted(view: TextView, value: Float, decimals: Int)
fun setFormatted(view: TextView, value: Int, decimals: Int)
Link copied to clipboard
fun setIcon(mb: MaterialButton, resource: Int?)
Link copied to clipboard
fun setListeners(view: NumberPicker, onValueChange: NumberPicker.OnValueChangeListener?, valueAttrChanged: InverseBindingListener?)
Link copied to clipboard
fun setMargins(view: View, margin: Float?, left: Float?, right: Float?, top: Float?, bottom: Float?, start: Float?, end: Float?)
Link copied to clipboard
fun setMax(progressBar: ProgressBar, value: Int)
Link copied to clipboard
Link copied to clipboard
fun setPaddings(view: View, padding: Float?, left: Float?, right: Float?, top: Float?, bottom: Float?, start: Float?, end: Float?)
Link copied to clipboard
fun setProgress(progressBar: ProgressBar, value: Int)
Link copied to clipboard
fun setRating(view: AppCompatRatingBar, value: Float?)
Link copied to clipboard
fun setSelected(view: View, selected: Boolean)
Link copied to clipboard
fun setSpannableText(view: TextView, text: String?, spannableText: Spannable?)
Link copied to clipboard
fun setText(view: EditText, value: String?)
fun setText(view: TextView, value: Float)
fun setText(view: TextView, value: Int)
fun setText(view: TextView, value: Long?)
Link copied to clipboard
fun setTextColor(textView: TextView, colorStateList: ColorStateList)
Link copied to clipboard
fun setTextUnderlined(textView: TextView, toUnderlined: Boolean?)
Link copied to clipboard
fun ImageView.setTint(color: Int?)
Link copied to clipboard
fun setToLowerCase(view: TextView, toLowerCase: Boolean)
Link copied to clipboard
fun setTypography(view: TextView, typeface: Typeface)
Link copied to clipboard
fun setValue(view: NumberPicker, value: Int)
Link copied to clipboard
fun setVisibility(view: View, value: Boolean?)
Link copied to clipboard
fun setWidthAndHeight(view: View, width: Float?, height: Float?)