Package com.cvs.design

Types

EnterpriseButton
Link copied to clipboard
abstract class EnterpriseButton(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : MaterialButton
Abstract class for all shared Button logic
EnterpriseCheckbox
Link copied to clipboard
class EnterpriseCheckbox @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : MaterialCheckBox, EnterpriseSelectionControl
Simple Checkbox component that handles themes and accessibility features.
EnterpriseContainedButton
Link copied to clipboard
class EnterpriseContainedButton @JvmOverloads() constructor(context: Context, attrs: AttributeSet?) : EnterpriseButton
Primary Contained Button Styling class only, see EnterpriseButton for more details.
EnterpriseDateTimeButton
Link copied to clipboard
class EnterpriseDateTimeButton @JvmOverloads() constructor(context: Context, attrs: AttributeSet?) : EnterpriseButton
Date Time Button Styling class only, see EnterpriseButton for more details.
EnterpriseExposedDropdownMenu
Link copied to clipboard
class EnterpriseExposedDropdownMenu @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : LinearLayoutCompat
Simplified spinner/dropdown component to implement the Material Exposed Dropdown pattern with enhanced accessibility support.
EnterpriseOutlinedButton
Link copied to clipboard
class EnterpriseOutlinedButton @JvmOverloads() constructor(context: Context, attrs: AttributeSet?) : EnterpriseButton
Secondary Outlined Button Styling class only, see EnterpriseButton for more details.
EnterprisePicker
Link copied to clipboard
abstract class EnterprisePicker @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : LinearLayoutCompat
Abstract class for picker components EnterpriseDatePicker, EnterpriseTimePicker usages with enhanced accessibility support.
EnterpriseRadioButton
Link copied to clipboard
class EnterpriseRadioButton @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : MaterialRadioButton, EnterpriseSelectionControl
Simple RadioButton component that handles themes and accessibility features.
EnterpriseSnackbar
Link copied to clipboard
class EnterpriseSnackbar
Custom Snackbar that is automatically brand-themed and also offers an additional multi-lined layout.
EnterpriseTextButton
Link copied to clipboard
class EnterpriseTextButton @JvmOverloads() constructor(context: Context, attrs: AttributeSet?) : EnterpriseButton
Tertiary Text Button Styling class only, see EnterpriseButton for more details.
EnterpriseTextInputField
Link copied to clipboard
class EnterpriseTextInputField @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : LinearLayoutCompat
Simplified text field component to handle TextInputLayout + TextInputEditText usages with enhanced accessibility support.