ActionMenuView |
ActionMenuView is a presentation of a series of menu options as a View.
|
ActionMenuView.LayoutParams |
|
AppCompatAutoCompleteTextView |
A AutoCompleteTextView which supports compatible features on older versions of the
platform, including:
- Allows dynamic tint of its background via the background tint methods in
ViewCompat .
|
AppCompatButton |
A Button which supports compatible features on older versions of the platform,
including:
- Allows dynamic tint of its background via the background tint methods in
ViewCompat .
|
AppCompatCheckBox |
A CheckBox which supports compatible features on older versions of the platform,
including:
|
AppCompatCheckedTextView |
A CheckedTextView which supports compatible features on older versions of the platform.
|
AppCompatEditText |
A EditText which supports compatible features on older versions of the platform,
including:
- Allows dynamic tint of its background via the background tint methods in
ViewCompat .
|
AppCompatImageButton |
A ImageButton which supports compatible features on older versions of the platform,
including:
- Allows dynamic tint of its background via the background tint methods in
ViewCompat .
|
AppCompatImageView |
A ImageView which supports compatible features on older versions of the platform,
including:
- Allows dynamic tint of its background via the background tint methods in
ViewCompat .
|
AppCompatMultiAutoCompleteTextView |
A MultiAutoCompleteTextView which supports compatible features on older version of the
platform, including:
|
AppCompatRadioButton |
A RadioButton which supports compatible features on older versions of the platform,
including:
|
AppCompatRatingBar |
A RatingBar which supports compatible features on older versions of the platform.
|
AppCompatSeekBar |
A SeekBar which supports compatible features on older versions of the platform.
|
AppCompatSpinner |
A Spinner which supports compatible features on older versions of the platform,
including:
- Allows dynamic tint of its background via the background tint methods in
ViewCompat .
|
AppCompatTextView |
A TextView which supports compatible features on older versions of the platform,
including:
- Allows dynamic tint of its background via the background tint methods in
ViewCompat .
|
AppCompatToggleButton |
A ToggleButton which supports compatible features on older versions of the platform,
including:
- Allows dynamic tint of its background via the background tint methods in
ViewCompat .
|
LinearLayoutCompat |
A Layout that arranges its children in a single column or a single row.
|
LinearLayoutCompat.LayoutParams |
Per-child layout information associated with ViewLinearLayout.
|
ListPopupWindow |
Static library support version of the framework's ListPopupWindow .
|
PopupMenu |
Static library support version of the framework's PopupMenu .
|
SearchView |
A widget that provides a user interface for the user to enter a search query and submit a request
to a search provider.
|
ShareActionProvider |
Provides a share action, which is suitable for an activity's app bar.
|
SwitchCompat |
SwitchCompat is a complete backport of the core Switch widget that
brings the visuals and the functionality of that widget to older versions of the platform.
|
ThemedSpinnerAdapter.Helper |
A helper class which allows easy integration of ThemedSpinnerAdapter into existing
SpinnerAdapter s in a backwards compatible way.
|
Toolbar |
A standard toolbar for use within application content.
|
Toolbar.LayoutParams |
Layout information for child views of Toolbars.
|
Toolbar.SavedState |
|
TooltipCompat |
Helper class used to emulate the behavior of View.setTooltipText(CharSequence) prior
to API level 26.
|