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

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

Introduction

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

Usage

From source file net.xpece.android.colorpicker.ColorStateDrawable.java

/**
 * A drawable which sets its color filter to a color specified by the user, and changes to a
 * slightly darker color when pressed or focused.
 */
public class ColorStateDrawable extends LayerDrawable {