Java android.support.v4.widget CompoundButtonCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.widget CompoundButtonCompat fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

DrawablegetButtonDrawable(@NonNull CompoundButton button)
Returns the drawable used as the compound button image
voidsetButtonTintList(@NonNull CompoundButton button, @Nullable ColorStateList tint)
Applies a tint to the button drawable.
voidsetButtonTintMode(@NonNull CompoundButton button, @Nullable PorterDuff.Mode tintMode)
Specifies the blending mode used to apply the tint specified by #setButtonTintList(CompoundButton,ColorStateList) } to the button drawable.