Example usage for android.widget TextView subclass-usage

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

Introduction

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

Usage

From source file com.kenmeidearu.materialdatetimepicker.date.TextViewWithCircularIndicator.java

/**
 * A text view which, when pressed or activated, displays a colored circle around the text.
 */
public class TextViewWithCircularIndicator extends TextView {

    private static final int SELECTED_CIRCLE_ALPHA = 255;

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 com.amazon.android.ui.widget.ReadTextView.java

/**
 * The default text view for the read dialog.
 * <p>
 * Fades the text at top and bottom to hint when scrolling is available and makes sure it fades
 * text, not just empty lines.
 */

From source file com.mojtaba.materialdatetimepicker.date.TextViewWithCircularIndicator.java

/**
 * A text view which, when pressed or activated, displays a colored circle around the text.
 */
public class TextViewWithCircularIndicator extends TextView {

    private static final int SELECTED_CIRCLE_ALPHA = 255;

From source file bottombar.BottomBarBadge.java

class BottomBarBadge extends TextView {
    private int count;
    private boolean isVisible = false;

    BottomBarBadge(Context context) {
        super(context);

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

/**
 * A {@link TextView} 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 com.pranavpandey.smallapp.view.ColoredTextView.java

/**
 * A TextView to change its color according to the
 * supplied {@link com.pranavpandey.smallapp.R.attr#colorType}.
 */
public class ColoredTextView extends TextView {

From source file com.roughike.bottombar.BottomBarBadge.java

class BottomBarBadge extends TextView {
    private int count;
    private boolean isVisible = false;

    BottomBarBadge(Context context) {
        super(context);

From source file com.dictionary.codebhak.LangTextView.java

/**
 * A custom {@link TextView} that uses a font capable of displaying polytonic Lang characters.
 * <p>
 * This is a modified version of the file TypefaceTextView.java, obtained from
 * <a href="http://www.tristanwaddington.com/2012/09/android-textview-with-custom-font-support/">
 * http://www.tristanwaddington.com/2012/09/android-textview-with-custom-font-support/</a>

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>