Skip to content

setDrawableEnd mistakenly calls setDrawableBottom internally #57

@carterhudson

Description

@carterhudson

Line 702 of Tooltip.java

    public Builder setDrawableEnd(@DrawableRes int resId) {
        return setDrawableBottom(ResourcesCompat.getDrawable(mContext.getResources(), resId, null));
    }

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions