AppCompatMultiAutoCompleteTextView
open class AppCompatMultiAutoCompleteTextView : MultiAutoCompleteTextView, TintableBackgroundView
A MultiAutoCompleteTextView
which supports compatible features on older version of the platform, including:
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
Protected methods |
open Unit |
|
Public constructors
<init>
AppCompatMultiAutoCompleteTextView(@NonNull context: Context)
<init>
AppCompatMultiAutoCompleteTextView(
@NonNull context: Context,
@Nullable attrs: AttributeSet?)
<init>
AppCompatMultiAutoCompleteTextView(
@NonNull context: Context,
@Nullable attrs: AttributeSet?,
defStyleAttr: Int)
Public methods
setBackgroundDrawable
open fun setBackgroundDrawable(@Nullable background: Drawable?): Unit
setBackgroundResource
open fun setBackgroundResource(@DrawableRes resId: Int): Unit
setDropDownBackgroundResource
open fun setDropDownBackgroundResource(@DrawableRes resId: Int): Unit
setTextAppearance
open fun setTextAppearance(
context: Context!,
resId: Int
): Unit
Protected methods
drawableStateChanged
protected open fun drawableStateChanged(): Unit