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 org.telegram.ui.Cells.HashtagSearchCell.java

public class HashtagSearchCell extends TextView {

    private boolean needDivider;
    private static Paint paint;

    public HashtagSearchCell(Context context) {

From source file com.sonymobile.androidapp.gridcomputing.views.AchievementProgressView.java

/**
 * Class responsible for displaying the progress bar of achievements.
 */
public class AchievementProgressView extends TextView {

    /**

From source file com.mtomczak.nausicaa.StatusView.java

/**
 * View of general ship's status information
 */

public class StatusView extends TextView implements TelemetryViewer {

From source file com.example.android.common.logger.LogView.java

/** Simple TextView which is used to output log data received through the LogNode interface.
*/
public class LogView extends TextView implements LogNode {

    public LogView(Context context) {
        super(context);

From source file com.android.datetimepicker.AccessibleTextView.java

/**
 * Fake Button class, used so TextViews can announce themselves as Buttons, for accessibility.
 */
public class AccessibleTextView extends TextView {

    public AccessibleTextView(Context context, AttributeSet attrs) {

From source file com.redinput.datetimepickercompat.AccessibleTextView.java

/**
 * Fake Button class, used so TextViews can announce themselves as Buttons, for accessibility.
 */
public class AccessibleTextView extends TextView {

    public AccessibleTextView(Context context, AttributeSet attrs) {

From source file se.frikod.payday.TypefaceTextView.java

/**
 * <p>A custom <code>TextView</code> that displays text using a custom
 * <code>Typeface</code> that can be set in your XML layout.</p>
 *
 * <p>To use the custom view attributes in your layout, you'll need to first
 * declare the custom namespace using the xmlns directive:</p>

From source file com.ipa.Tools.TypefaceTextView.java

/**
 * <p>A custom <code>TextView</code> that displays text using a custom
 * <code>Typeface</code> that can be set in your XML layout.</p>
 *
 * <p>To use the custom view attributes in your layout, you'll need to first
 * declare the custom namespace using the xmlns directive:</p>

From source file com.liken.customviews.TypefaceTextView.java

/**
 * <p>A custom <code>TextView</code> that displays text using a custom
 * <code>Typeface</code> that can be set in your XML layout.</p>
 * 
 * <p>To use the custom view attributes in your layout, you'll need to first
 * declare the custom namespace using the xmlns directive:</p>

From source file org.opensilk.common.widget.ColorCodedThumbnail.java

/**
 * Created by drew on 6/23/14.
 */
public class ColorCodedThumbnail extends TextView {

    public ColorCodedThumbnail(Context context) {