Example usage for android.support.v4.graphics.drawable TintAwareDrawable interface-usage

List of usage examples for android.support.v4.graphics.drawable TintAwareDrawable interface-usage

Introduction

In this page you can find the example usage for android.support.v4.graphics.drawable TintAwareDrawable interface-usage.

Usage

From source file android.support.graphics.drawable.VectorDrawableCommon.java

/**
 * Internal common delegation shared by VectorDrawableCompat and AnimatedVectorDrawableCompat
 */
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
abstract class VectorDrawableCommon extends Drawable implements TintAwareDrawable {
    /**