提交 64c7ec22 编写于 作者: C chaychan

修改BottomBarLayout中抛出子View错误的提示

上级 cdd3ab96
......@@ -71,7 +71,7 @@ public class BottomBarLayout extends LinearLayout implements ViewPager.OnPageCha
//设置点击监听
bottomBarItem.setOnClickListener(new MyOnClickListener(i));
} else {
throw new IllegalArgumentException("AlphaIndicator的子View必须是AlphaView");
throw new IllegalArgumentException("BottomBarLayout的子View必须是BottomBarItem");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册