Binding

object Binding

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Binds a KalugaImage to an ImageView.

Binds a TintedImage to an ImageView.

Link copied to clipboard
fun bindKalugaButton(button: Button, kalugaButton: KalugaButton?)

Binds a KalugaButton to a Button.

Link copied to clipboard
fun bindKalugaLabel(view: TextView, kalugaLabel: KalugaLabel?)

Binds a KalugaLabel to a TextView

Link copied to clipboard
fun bindPrefixTextStyle(textView: TextInputLayout, textStyle: KalugaTextStyle?)

Binds a KalugaTextStyle to the TextInputLayout.getPrefixTextView of a TextInputLayout

Link copied to clipboard
fun bindSuffixTextStyle(textView: TextInputLayout, textStyle: KalugaTextStyle?)

Binds a KalugaTextStyle to the TextInputLayout.getSuffixTextView of a TextInputLayout

Link copied to clipboard
fun bindTextInputLayoutTextStyle(textView: TextInputLayout, textStyle: KalugaTextStyle?)

Binds a KalugaTextStyle to the TextInputLayout.getEditText of a TextInputLayout

Link copied to clipboard
fun bindTextStyle(textView: TextView, textStyle: KalugaTextStyle?)