Package-level declarations

Types

Link copied to clipboard
class DeweyCheckBox @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : AppCompatCheckBox

Dewey implementation of checkbox control, with the customization of the button image.

Link copied to clipboard
class DeweyRadioButton @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : AppCompatRadioButton

Dewey implementation of radio button control, with the customization of the button tint color.

Link copied to clipboard
class DeweySwitch @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : SwitchCompat

Dewey implementation of the switch toggle control. It customized the following properties from the AndroidX's SwitchCompat: