Example usage for android.widget RatingBar subclass-usage

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

Introduction

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

Usage

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

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

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

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

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

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