BottomTabView icon indicating copy to clipboard operation
BottomTabView copied to clipboard

停止维护。自定义实现主流底部 Tab 菜单 View。

Results 2 BottomTabView issues
Sort by recently updated
recently updated
newest added

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

像新浪微博和微信那样,有未读消息的角标,小红点、消息数量。