CircleImageView.java 文件源码

java
阅读 32 收藏 0 点赞 0 评论 0

项目:chips-input-layout 作者:
/**
 * Set a color to be drawn behind the circle-shaped drawable. Note that
 * this has no effect if the drawable is opaque or no drawable is set.
 *
 * @param fillColor The color to be drawn behind the drawable
 *
 * @deprecated Fill color support is going to be removed in the future
 */
@Deprecated
public void setFillColor(@ColorInt int fillColor) {
    if (fillColor == mFillColor) {
        return;
    }

    mFillColor = fillColor;
    mFillPaint.setColor(fillColor);
    invalidate();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号