Skip to content

不能动态设置默认图 #1

@wywangyunying

Description

@wywangyunying

作者大大,默认图是被写死了导致不能动态设置吗?
bitmap = BitmapFactory.decodeResource(mContext.getResources(), R.drawable.ic_launcher_round);
imageView.setImageBitmap(bitmap);
导致此方法无效
public void configDefaultPic(int defaultPic) {
this.defaultId = defaultId;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions