Package com.cvs.design.view

Types

EnterpriseAlertDialog
Link copied to clipboard
class EnterpriseAlertDialog : MaterialAlertDialogBuilder
EnterpriseAlertDialog using MaterialAlertDialogBuilderOverrides default material theme R.attr.materialAlertDialogThemeFor overridden material design layouts please reference below: Override layout R.layout.mtrl_alert_dialog_actions from MaterialAlertDialogBuilder Library to change appearance of android.R.id.button1, android.R.id.button2, android.R.id.button3Uses layout R.layout.enterprise_alert_dialog_stacked_actions & R.layout.enterprise_alert_dialog_actions_stacked for stacked actions
EnterpriseButton
Link copied to clipboard
abstract class EnterpriseButton : MaterialButton
Abstract class for all shared Button logic
EnterpriseCheckbox
Link copied to clipboard
class EnterpriseCheckbox : MaterialCheckBox, EnterpriseSelectionControl
Simple Checkbox component that handles themes and accessibility features.
EnterpriseCircularProgressIndicator
Link copied to clipboard
class EnterpriseCircularProgressIndicator : LinearLayoutCompat
Simplified circular progress indicator with enhanced accessibility support.
EnterpriseContainedButton
Link copied to clipboard
class EnterpriseContainedButton : EnterpriseButton
Primary Contained Button Styling class only, see EnterpriseButton for more details.
EnterpriseDateTimeButton
Link copied to clipboard
class EnterpriseDateTimeButton : EnterpriseButton
Date Time Button Styling class only, see EnterpriseButton for more details.
EnterpriseExposedDropdownMenu
Link copied to clipboard
class EnterpriseExposedDropdownMenu : LinearLayoutCompat
Simplified spinner/dropdown component to implement the Material Exposed Dropdown pattern with enhanced accessibility support.
EnterpriseLinearProgressIndicator
Link copied to clipboard
class EnterpriseLinearProgressIndicator : LinearLayoutCompat
Simplified linear progress indicator with enhanced accessibility support.
EnterpriseOutlinedButton
Link copied to clipboard
class EnterpriseOutlinedButton : EnterpriseButton
Secondary Outlined Button Styling class only, see EnterpriseButton for more details.
EnterprisePicker
Link copied to clipboard
abstract class EnterprisePicker : LinearLayoutCompat
Abstract class for picker components com.cvs.design.view.datepicker.EnterpriseDatePicker, com.cvs.design.view.timepicker.EnterpriseTimePicker usages with enhanced accessibility support.
EnterpriseProgressButton
Link copied to clipboard
class EnterpriseProgressButton : EnterpriseButton
Progress Button with styling similar to EnterpriseContainedButton Styling class only, see EnterpriseButton for more details.
EnterpriseRadioButton
Link copied to clipboard
class EnterpriseRadioButton : 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 : EnterpriseButton
Tertiary Text Button Styling class only, see EnterpriseButton for more details.
EnterpriseTextInputField
Link copied to clipboard
class EnterpriseTextInputField : LinearLayoutCompat
Simplified text field component to handle TextInputLayout + TextInputEditText usages with enhanced accessibility support.