We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if (this.emptyLayout == null) { this.emptyLayout = this.inflate(this.emptyLayoutID); } else { this.emptyLayout.setBackgroundColor(this.defaultBackgroundColor); }
so 当我想改变背景色的时候 必须这样 statusLayoutManager.getEmptyLayout(); statusLayoutManager.showEmptyLayout();
The text was updated successfully, but these errors were encountered:
22d0b84
感谢反馈,问题确实存在,已经修改 新版本:1.0.4
Sorry, something went wrong.
No branches or pull requests
so 当我想改变背景色的时候
必须这样
statusLayoutManager.getEmptyLayout();
statusLayoutManager.showEmptyLayout();
The text was updated successfully, but these errors were encountered: