Example usage for android.support.v4.view TintableBackgroundView interface-usage

List of usage examples for android.support.v4.view TintableBackgroundView interface-usage

Introduction

In this page you can find the example usage for android.support.v4.view TintableBackgroundView interface-usage.

Usage

From source file org.mariotaku.multivalueswitch.library.MultiValueSwitch.java

/**
 * SwitchCompat is a version of the Switch widget which on devices back to API v7. It does not
 * make any attempt to use the platform provided widget on those devices which it is available
 * normally.
 */
public class MultiValueSwitch extends View implements TintableBackgroundView {