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

CenterView 的上边界暴露在 BottomTabView 的外面 无效果 #1

Open
jack-laowang opened this issue Jun 14, 2017 · 2 comments
Open

Comments

@jack-laowang
Copy link

jack-laowang commented Jun 14, 2017

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里面直接设置高度不行

@jack-laowang jack-laowang changed the title CenterView 的上边界暴露在 BottomTabView 的外面 无效果,可否,放一个示例到demo里面? CenterView 的上边界暴露在 BottomTabView 的外面 无效果 Jun 14, 2017
@ifmvo
Copy link
Owner

ifmvo commented Jun 27, 2017

@ZhiQiangCoding
Copy link

ZhiQiangCoding commented Jan 11, 2018

大神,为什么这个用布局引入不可以实现越界,只能用逻辑代码实现?

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

3 participants