added in version 25.1.0
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1

AppCompatAutoCompleteTextView

public class AppCompatAutoCompleteTextView
extends AutoCompleteTextView implements TintableBackgroundView

java.lang.Object
   ↳ android.view.View
     ↳ android.widget.TextView
       ↳ android.widget.EditText
         ↳ android.widget.AutoCompleteTextView
           ↳ android.support.v7.widget.AppCompatAutoCompleteTextView


A AutoCompleteTextView which supports compatible features on older versions of the platform, including:

This will automatically be used when you use AutoCompleteTextView in your layouts and the top-level activity / dialog is provided by appcompat. 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