Summary:
Inherited Constants
| Inherited Fields
| Ctors
| Methods
| Protected Methods
| Inherited Methods
AppCompatMultiAutoCompleteTextView
public
class
AppCompatMultiAutoCompleteTextView
extends MultiAutoCompleteTextView
implements
TintableBackgroundView,
EmojiCompatConfigurationView
| java.lang.Object | ||||||
| ↳ | android.view.View | |||||
| ↳ | android.widget.TextView | |||||
| ↳ | android.widget.EditText | |||||
| ↳ | android.widget.AutoCompleteTextView | |||||
| ↳ | android.widget.MultiAutoCompleteTextView | |||||
| ↳ | androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView | |||||
A MultiAutoCompleteTextView which supports compatible features on older version of the
platform, including:
- Supports
R.attr.textAllCapsstyle attribute which works back toGingerbread. - Allows dynamic tint of its background via the background tint methods in
ViewCompat. - Allows setting of the background tint using
R.attr.backgroundTintandR.attr.backgroundTintMode.
This will automatically be used when you use MultiAutoCompleteTextView in your layouts.
You should only need to manually use this class when writing custom views.
Summary
Inherited constants |
|---|