Java android.support.v4.view TintableBackgroundView fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.view TintableBackgroundView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.view TintableBackgroundView.

The text is from its open source code.

Implementation

android.support.v4.view.TintableBackgroundView has the following implementations.
Click this link to see all its implementation.

Method

voidsetSupportBackgroundTintList(@Nullable ColorStateList tint)
Applies a tint to the background drawable.
voidsetSupportBackgroundTintMode(@Nullable PorterDuff.Mode tintMode)
Specifies the blending mode used to apply the tint specified by #setSupportBackgroundTintList(ColorStateList) } to the background drawable.