Example usage for android.support.v4.view TintableBackgroundView interface-usage

List of usage examples for android.support.v4.view TintableBackgroundView interface-usage

Introduction

In this page you can find the example usage for android.support.v4.view TintableBackgroundView interface-usage.

Usage

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

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

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.internal.widget.TintMultiAutoCompleteTextView.java

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

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

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

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

/**
 * A {@link ImageView} which supports compatible features on older version of the platform,
 * including:
 * <ul>
 *     <li>Allows dynamic tint of it background via the background tint methods in
 *     {@link android.support.v4.view.ViewCompat}.</li>

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

/**
 * A {@link ImageButton} which supports compatible features on older version of the platform,
 * including:
 * <ul>
 *     <li>Allows dynamic tint of it background via the background tint methods in
 *     {@link android.support.v4.view.ViewCompat}.</li>

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

/**
 * A {@link EditText} 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.v7.widget.AppCompatTextView.java

/**
 * A {@link TextView} 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.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.v7.widget.AppCompatMultiAutoCompleteTextView.java

/**
 * A {@link MultiAutoCompleteTextView} 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>