AppCompatAutoCompleteTextView |
A AutoCompleteTextView which supports compatible features on older version of the
platform, including:
|
AppCompatButton |
A Button which supports compatible features on older version of the platform,
including:
|
AppCompatCheckBox |
A CheckBox which supports compatible features on older version of the platform,
including:
|
AppCompatCheckedTextView |
A CheckedTextView which supports compatible features on older version of the platform.
|
AppCompatEditText |
A EditText which supports compatible features on older version of the platform,
including:
|
AppCompatMultiAutoCompleteTextView |
A MultiAutoCompleteTextView which supports compatible features on older version of the
platform, including:
|
AppCompatRadioButton |
A RadioButton which supports compatible features on older version of the platform,
including:
|
AppCompatTextView |
A TextView which supports compatible features on older version of the platform,
including:
|
AutoCompleteTextView |
An editable text view that shows completion suggestions automatically
while the user is typing.
|
Button |
Represents a push-button widget.
|
CheckBox |
A checkbox is a specific type of two-states button that can be either
checked or unchecked.
|
CheckedTextView |
An extension to TextView that supports the Checkable
interface and displays.
|
Chronometer |
Class that implements a simple timer.
|
CompoundButton |
A button with two states, checked and unchecked.
|
DigitalClock |
This class was deprecated
in API level 17.
It is recommended you use TextClock instead.
|
EditText |
EditText is a thin veneer over TextView that configures itself
to be editable.
|
ExtractEditText |
Specialization of EditText for showing and interacting with the
extracted text in a full-screen input method.
|
GuidedActionEditText |
A custom EditText that satisfies the IME key monitoring requirements of GuidedStepFragment.
|
MultiAutoCompleteTextView |
An editable text view, extending AutoCompleteTextView , that
can show completion suggestions for the substring of the text where
the user is typing instead of necessarily for the entire thing.
|
RadioButton |
A radio button is a two-states button that can be either checked or
unchecked.
|
RowHeaderView |
RowHeaderView is a header text view.
|
SearchEditText |
EditText widget that monitors keyboard changes.
|
Switch |
A Switch is a two-state toggle switch widget that can select between two
options.
|
SwitchCompat |
SwitchCompat is a version of the Switch widget which on devices back to API v7.
|
TextClock |
TextClock can display the current date and/or time as
a formatted string.
|
TextInputEditText |
A special sub-class of EditText designed for use as a child of
TextInputLayout .
|
TextView |
Displays text to the user and optionally allows them to edit it.
|
ToggleButton |
Displays checked/unchecked states as a button
with a "light" indicator and by default accompanied with the text "ON" or "OFF".
|