DeweyRadioButton

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

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

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null)