Example usage for android.widget AutoCompleteTextView subclass-usage

List of usage examples for android.widget AutoCompleteTextView subclass-usage

Introduction

In this page you can find the example usage for android.widget AutoCompleteTextView subclass-usage.

Usage

From source file android.support.v7.internal.widget.TintAutoCompleteTextView.java

/**
 * An tint aware {@link android.widget.AutoCompleteTextView}.
 * <p>
 * This will automatically be used when you use {@link AutoCompleteTextView} in your layouts. You
 * should only need to manually use this class writing custom views.
 */

From source file android.support.v7.widget.AppCompatAutoCompleteTextView.java

/**
 * A {@link AutoCompleteTextView} which supports compatible features on older version of the
 * platform, including:
 * <ul>
 *     <li>Supports {@link R.attr#textAllCaps} style attribute which works back to
 *     {@link android.os.Build.VERSION_CODES#ECLAIR_MR1 Eclair MR1}.</li>

From source file android.support.v7ox.widget.AppCompatAutoCompleteTextView.java

/**
 * A {@link AutoCompleteTextView} which supports compatible features on older version of the
 * platform, including:
 * <ul>
 *     <li>Supports {@link R.attr#textAllCaps_ox} style attribute which works back to
 *     {@link android.os.Build.VERSION_CODES#ECLAIR_MR1 Eclair MR1}.</li>

From source file de.struckmeierfliesen.ds.wochenbericht.ClearableAutoCompleteTextView.java

/**
 * To change clear icon, set
 *
 * <pre>
 * android:drawableRight="@drawable/custom_icon"
 * </pre>