From 64c7ec2250afcfe470daac098630ce9d21503a00 Mon Sep 17 00:00:00 2001 From: chaychan <844738237@qq.com> Date: Mon, 22 Jan 2018 20:56:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BottomBarLayout=E4=B8=AD?= =?UTF-8?q?=E6=8A=9B=E5=87=BA=E5=AD=90View=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/src/main/java/com/chaychan/library/BottomBarLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/java/com/chaychan/library/BottomBarLayout.java b/library/src/main/java/com/chaychan/library/BottomBarLayout.java index 7e59cc2..abd8b9d 100644 --- a/library/src/main/java/com/chaychan/library/BottomBarLayout.java +++ b/library/src/main/java/com/chaychan/library/BottomBarLayout.java @@ -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"); } } -- GitLab