Android 页面底部和侧边的导航栏。
- 支持Material Design规范的样式
- 可以自定义Item进行扩展
- 自带消息圆点
- 可在构建完成之后动态增加/删除导航按钮、修改图标和文字
- 方便适配常用的ViewPager
- 支持与Navigation Architecture Component配合使用
- 支持AndroidX
Library中已经实现的一个最普通的效果 |
---|
Demo中的例子 | Demo中的例子 |
---|---|
for AndroidX
implementation 'me.majiajie:pager-bottom-tab-strip:2.3.0X'
for original Android Support Library
implementation 'me.majiajie:pager-bottom-tab-strip:2.3.0'
QQ: 809402737
这个库有BUG?请点这里 Github Issues
PagerBottomTabStrip is released under the Apache 2.0 license.
Copyright 2016 MJJ
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.