CheckedTextViewCompat
Helper for accessing CheckedTextView.
Functions
Link copied to clipboard
@Nullable
Returns the drawable used as the check mark image
Link copied to clipboard
@Nullable
Returns the tint applied to the check mark drawable
Link copied to clipboard
open fun getCheckMarkTintMode(@NonNull textView: @NonNull CheckedTextView): @Nullable PorterDuff.Mode
Link copied to clipboard
open fun setCheckMarkTintList(@NonNull textView: @NonNull CheckedTextView, @Nullable tint: @Nullable ColorStateList)
Applies a tint to the check mark drawable.
Link copied to clipboard
open fun setCheckMarkTintMode(@NonNull textView: @NonNull CheckedTextView, tintMode: @Nullable PorterDuff.Mode)
Specifies the blending mode used to apply the tint specified by setCheckMarkTintList} to the check mark drawable.