com.google.android.material.button
Annotations
MaterialButton.IconGravity
Positions the icon can be set to.
Interfaces
MaterialButton.OnCheckedChangeListener
Interface definition for a callback to be invoked when the button checked state changes.
MaterialButtonToggleGroup.OnButtonCheckedListener
Interface definition for a callback to be invoked when a MaterialButton is checked or unchecked in this group.
Classes
MaterialButton
A convenience class for creating a new Material button.
MaterialButtonGroup
A common container for a set of related MaterialButton s.
MaterialButtonGroup.LayoutParams
A LinearLayout.LayoutParams implementation for MaterialButtonGroup .
MaterialButtonToggleGroup
A common container for a set of related, toggleable MaterialButton s.
MaterialSplitButton
A container for two MaterialButton s that together create a split button.