TintableBackgroundView
interface TintableBackgroundView
androidx.core.view.TintableBackgroundView |
Known Direct Subclasses
AppCompatAutoCompleteTextView, AppCompatButton, AppCompatCheckBox, AppCompatEditText, AppCompatImageButton, AppCompatImageView, AppCompatMultiAutoCompleteTextView, AppCompatRadioButton, AppCompatSpinner, AppCompatTextView, AppCompatToggleButton
|
Known Indirect Subclasses
|
Interface which allows a android.view.View
to receive background tinting calls from ViewCompat
when running on API v20 devices or lower.
Summary
Public methods | |
---|---|
abstract ColorStateList? |
Return the tint applied to the background drawable, if specified. |
abstract Mode? |
Return the blending mode used to apply the tint to the background drawable, if specified. |
abstract Unit |
setSupportBackgroundTintList(@Nullable tint: ColorStateList?) Applies a tint to the background drawable. |
abstract |