Chip Drawable Matcher
Matches given drawable with current one for the chipIconType drawable type.
Parameters
res Id
Drawable resource to be matched (default is -1)
drawable
Drawable instance to be matched (default is null)
chip Icon Type
drawable type to verify against
tint Color Id
Tint color resource id (default is null)
to Bitmap
Lambda with custom Drawable -> Bitmap converter (default is null)
Constructors
Link copied to clipboard
public ChipDrawableMatcher ChipDrawableMatcher(@DrawableRes() Integer resId, Drawable drawable, ChipIconType chipIconType, @ColorRes() Integer tintColorId, Function1<Drawable, Bitmap> toBitmap)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard