added in version 25.1.0
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1
Summary:
Inherited Constants
| Inherited Fields
| Ctors
| Methods
| Protected Methods
| Inherited Methods
| [Expand All]
AppCompatMultiAutoCompleteTextView
public
class
AppCompatMultiAutoCompleteTextView
extends MultiAutoCompleteTextView
implements
TintableBackgroundView
java.lang.Object | ||||||
↳ | android.view.View | |||||
↳ | android.widget.TextView | |||||
↳ | android.widget.EditText | |||||
↳ | android.widget.AutoCompleteTextView | |||||
↳ | android.widget.MultiAutoCompleteTextView | |||||
↳ | android.support.v7.widget.AppCompatMultiAutoCompleteTextView |
A MultiAutoCompleteTextView
which supports compatible features on older version of the
platform, including:
- Supports
textAllCaps
style 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
backgroundTint
andbackgroundTintMode
.
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 |
---|
![]()
android.widget.TextView
|
![]()
android.view.View
|