BottomTabView icon indicating copy to clipboard operation
BottomTabView copied to clipboard

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

Open jack-laowang opened this issue 8 years ago • 2 comments

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 avatar Jun 14 '17 02:06 jack-laowang

项目里面的就是暴露在外面的Demo,https://blog.ifmvo.cn/2017/05/03/package-bottomtabbaseactivity/按照文章看看是不是落下了某个步骤

ifmvo avatar Jun 27 '17 03:06 ifmvo

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

ZhiQiangCoding avatar Jan 11 '18 08:01 ZhiQiangCoding