AriesHoo / FastLib

一个Android项目级快速开发框架,节约大部分写常用功能时间以实现更多项目业务功能及体验上的优化。使用说明见wiki
https://github.com/AriesHoo/FastLib/wiki
Apache License 2.0
492 stars 95 forks source link

首页底部导航栏 #21

Closed wuwenlin closed 5 years ago

wuwenlin commented 5 years ago

首页底部导航栏可以添加消息提醒像微信有红点显示和数字显示

AriesHoo commented 5 years ago

https://github.com/AriesHoo/TabLayout 参考,消息不能拖拽

wuwenlin commented 5 years ago

FastLib这个好像没有这功能是吗?现在我使用您的框架,可以加您的qq或微信,要是有不懂的可以咨询下您

wuwenlin commented 5 years ago

https://github.com/AriesHoo/TabLayout 这个可以使用到FastLib库上吗

AriesHoo commented 5 years ago

这个库的tab就是使用的那个https://github.com/AriesHoo/TabLayout 库 MainActivity 有个 @Override public void setTabLayout(CommonTabLayout tabLayout) {

}

可以设置属性

wuwenlin commented 5 years ago

可以帮忙写下,红点显示的,我看的还是不明白

AriesHoo commented 5 years ago

tabLayout.showMsg(0,100); 多看注释

wuwenlin commented 5 years ago

好的,谢谢