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
protected View getCenterView() { View centerView = LayoutInflater.from(this).inflate(R.layout.centerview, null); centerView.setOnClickListener(new View.OnClickListener() { @OverRide public void onClick(View v) { } }); return centerView; }
View centerView = LayoutInflater.from(this).inflate(R.layout.centerview, null);
在R.layout.centerview里面直接设置高度不行
The text was updated successfully, but these errors were encountered:
项目里面的就是暴露在外面的Demo,https://blog.ifmvo.cn/2017/05/03/package-bottomtabbaseactivity/按照文章看看是不是落下了某个步骤
Sorry, something went wrong.
大神,为什么这个用布局引入不可以实现越界,只能用逻辑代码实现?
No branches or pull requests
protected View getCenterView() {
View centerView = LayoutInflater.from(this).inflate(R.layout.centerview, null);
centerView.setOnClickListener(new View.OnClickListener() {
@OverRide
public void onClick(View v) {
}
});
return centerView;
}
在R.layout.centerview里面直接设置高度不行
The text was updated successfully, but these errors were encountered: