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.TintSpinner.java

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

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

/**
 * A {@link EditText} which supports compatible features on older version of the platform,
 * including:
 * <ul>
 *     <li>Supports {@link android.support.v7.appcompat.R.attr#textAllCaps} style attribute which works back to
 *     {@link android.os.Build.VERSION_CODES#GINGERBREAD Gingerbread}.</li>

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

/**
 * A {@link TextView} which supports compatible features on older version of the platform,
 * including:
 * <ul>
 * <li>Supports {@link android.support.v7.appcompat.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.AppCompatButton.java

/**
 * A {@link Button} 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.XpAppCompatCheckedTextView.java

/**
 * A {@link CheckedTextView} which supports compatible features on older version of the platform.
 * <p>
 * <p>This will automatically be used when you use {@link CheckedTextView} in your layouts.
 * You should only need to manually use this class when writing custom views.</p>
 */

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

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

From source file com.fenlisproject.elf.core.widget.ExtendedButton.java

/**
 * Represents a push-button widget. Push-buttons can be
 * pressed, or clicked, by the user to perform an action.
 * <p/>
 * <p>A typical use of a push-button in an activity would be the following:
 * </p>

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

/**
 * A {@link Spinner} 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 com.fenlisproject.elf.core.widget.ExtendedEditText.java

/**
 * EditText is a thin veneer over TextView that configures itself
 * to be editable.
 * <p/>
 * <p>See the <a href="{@docRoot}guide/topics/ui/controls/text.html">Text Fields</a>
 * guide.</p>

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

/**
 * A {@link Spinner} which supports compatible features on older versions of the platform,
 * including:
 * <ul>
 * <li>Dynamic tinting of the background via the background tint methods in
 * {@link android.support.v4.view.ViewCompat}.</li>