Example usage for android.graphics.drawable DrawableWrapper subclass-usage

List of usage examples for android.graphics.drawable DrawableWrapper subclass-usage

Introduction

In this page you can find the example usage for android.graphics.drawable DrawableWrapper subclass-usage.

Usage

From source file com.negusoft.greenmatter.drawable.CompoundDrawableWrapper.java

/**
 * Extends the Drawable wrapper to add a list of secondary drawables that will be drawn along with
 * the wrapped primary Drawable. It can be seen as a simplified version of the LayerDrawable.
 */
public class CompoundDrawableWrapper extends DrawableWrapper {