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
public class X2C127_Include_Tips_None_Content_Layout implements IViewCreator { @Override public View createView(Context ctx) { Resources res = ctx.getResources(); RelativeLayout relativeLayout0 = new RelativeLayout(ctx); relativeLayout0.setId(R.id.tips_none_content_layout); layoutParam0.addRule(RelativeLayout.CENTER_IN_PARENT,RelativeLayout.TRUE); relativeLayout0.setVisibility(View.GONE); ... } include 的 RelativeLayout 找不到 layoutParam0 的定义
The text was updated successfully, but these errors were encountered:
你更新一下最新代码看看,现在应该没问题了。
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: