Skip to content

Commit

Permalink
一句话搞定底部导航栏
Browse files Browse the repository at this point in the history
  • Loading branch information
lsj19920916 committed Aug 15, 2017
1 parent 4fb99ea commit f06209b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ public void onClick(View v) {
relaceFrament(i);
changeTab(i);
}


//绑定点击监听回调
if (listener!=null){
listener.onTabChange(i, v);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ private void initView() {
//参数设置需要在addTabItem()之前调用
//=========参数设置END=======
//添加TabItem


((BottomTabBar) findViewById(R.id.BottomTabBar))
.initFragmentorViewPager(getSupportFragmentManager())
.addReplaceLayout(R.id.fl_content)
Expand Down

0 comments on commit f06209b

Please sign in to comment.