Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class BpkLinkSpan<T>(context: Context, link: T, linkHandler: (T) -> Unit) : ClickableSpan
Link copied to clipboard
Link copied to clipboard
open class BpkText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AppCompatTextView
Link copied to clipboard
open class BpkTextField @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AppCompatEditText
Link copied to clipboard
open class BpkTextInputLayout @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.bpkTextInputLayoutStyle) : LinearLayout