Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setDefaultLayoutsBackgroundColor不起作用 #9

Closed
puyunfeng opened this issue Jun 7, 2018 · 1 comment
Closed

setDefaultLayoutsBackgroundColor不起作用 #9

puyunfeng opened this issue Jun 7, 2018 · 1 comment

Comments

@puyunfeng
Copy link

   if (this.emptyLayout == null) {
        this.emptyLayout = this.inflate(this.emptyLayoutID);
    } else {
        this.emptyLayout.setBackgroundColor(this.defaultBackgroundColor);
    }

so 当我想改变背景色的时候
必须这样
statusLayoutManager.getEmptyLayout();
statusLayoutManager.showEmptyLayout();

@Bakumon Bakumon closed this as completed in 22d0b84 Jun 7, 2018
@Bakumon
Copy link
Owner

Bakumon commented Jun 7, 2018

感谢反馈,问题确实存在,已经修改
新版本:1.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants