PagerBottomTabStrip 是一个基本按谷歌Material Design规范完成的安卓底部导航栏控件
官方设计规范:https://www.google.com/design/spec/components/bottom-navigation.html
这个仓库是官方设计规范还没出来的时候就创建了,原来是模仿了微信的底部导航栏,现在完全重构遵照官方的规范,并上传到**库。旧的项目代码存放在old
分支中了
##实现效果图
##引入库
for Gradle:
compile 'me.majiajie:pager-bottom-tab-strip:1.0.0'
and for Maven:
<dependency>
<groupId>me.majiajie</groupId>
<artifactId>pager-bottom-tab-strip</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
##联系我
Email: tyzl931019@gmail.com
QQ: 809402737
木有微博、推特!
##错误反馈
这个库有BUG?请点这里 Github Issues
代码里没BUG的程序员都太年轻,又或者……
##LICENSE
PagerBottomTabStrip is released under the Apache 2.0 license.
Copyright 2016 JiaJie Ma
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.