com.google.android.material.textfield
Annotations
TextInputLayout.BoxBackgroundMode
Values for box background mode.
Interfaces
TextInputLayout.LengthCounter
Interface definition for a length counter.
TextInputLayout.OnEditTextAttachedListener
Callback interface invoked when the view's EditText is attached, or from addOnEditTextAttachedListener if the edit text is already present.
TextInputLayout.OnEndIconChangedListener
Callback interface invoked when the view's end icon changes.
Classes
MaterialAutoCompleteTextView
A special sub-class of android.widget.AutoCompleteTextView that is auto-inflated so that auto-complete text fields (e.g., for an Exposed Dropdown Menu) are accessible when being interacted through a screen reader.
TextInputEditText
A special sub-class of android.widget.EditText designed for use as a child of com.google.android.material.textfield.TextInputLayout .
TextInputLayout
Layout which wraps a TextInputEditText , android.widget.EditText, or descendant to show a floating label when the hint is hidden while the user inputs text.
TextInputLayout.AccessibilityDelegate
An AccessibilityDelegate intended to be set on an EditText or TextInputEditText with setTextInputAccessibilityDelegate to provide attributes for accessibility that are managed by TextInputLayout .