Stay organized with collections Save and categorize content based on your preferences.
added in version 25.1.0
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1

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:

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

From class android.widget.TextView
From class android.view.View

Inherited fields

From class android.view.View

Public constructors

AppCompatMultiAutoCompleteTextView(Context context)
AppCompatMultiAutoCompleteTextView(Context context, AttributeSet attrs)
AppCompatMultiAutoCompleteTextView(Context context, AttributeSet attrs, int defStyleAttr)

Public methods

InputConnection onCreateInputConnection(EditorInfo outAttrs)
void setBackgroundDrawable(Drawable background)
void setBackgroundResource(int resId)
void setDropDownBackgroundResource(int resId)
void setTextAppearance(Context context, int resId)

Protected methods

void drawableStateChanged()

Inherited methods

From class android.widget.MultiAutoCompleteTextView
From class android.widget.AutoCompleteTextView