# PagerBottomTabStrip **Repository Path**: chen3441251/PagerBottomTabStrip ## Basic Information - **Project Name**: PagerBottomTabStrip - **Description**: An bottom navigation bar for Android - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PagerBottomTabStrip [![Build Status](https://travis-ci.org/tyzlmjj/PagerBottomTabStrip.svg?branch=master)](https://travis-ci.org/tyzlmjj/PagerBottomTabStrip) [ ![Download](https://api.bintray.com/packages/tyzlmjj/maven/pager-bottom-tab-strip/images/download.svg) ](https://bintray.com/tyzlmjj/maven/pager-bottom-tab-strip/view) PagerBottomTabStrip **V2** 现在除了支持[Material Design规范](https://www.google.com/design/spec/components/bottom-navigation.html)的样式以外,增强其扩展性,并且更加方便的适配常用的ViewPager 代码内部结构已经完全不一样了,不过使用方式跟V1版本类似,具体细节请看: [使用指南](https://github.com/tyzlmjj/PagerBottomTabStrip/wiki/%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97) 也可以下载[DEMO.apk](https://github.com/tyzlmjj/PagerBottomTabStrip/releases/download/2.2.5/Demo.apk) ## 实现效果图 |![horizontal](/img/demo.png "horizontal")|![vertical](/img/demo8.png "vertical")| |---|---| |![Material 1](/img/demo1.gif "Material 1")|![Material 2](/img/demo2.gif "Material 2")| |![Material 3](/img/demo3.gif "Material 3")|![Material 4](/img/demo4.gif "Material 4")| ## 自定义扩展例子 |Library中已经实现的一个最普通的效果| |---| |![PagerBottomTabStrip](/img/demo5.gif "PagerBottomTabStrip")| |Demo中的例子|| |---|---| |![PagerBottomTabStrip](/img/demo7.png "PagerBottomTabStrip")|![PagerBottomTabStrip](/img/demo6.png "PagerBottomTabStrip")| ## 引入库 for Gradle: ``` compile 'me.majiajie:pager-bottom-tab-strip:2.2.5' ``` ## 联系我 **QQ**: 809402737 木有微博、推特! ## 错误反馈 这个库有BUG?请点这里 [Github Issues](https://github.com/tyzlmjj/PagerBottomTabStrip/issues) ## LICENSE PagerBottomTabStrip is released under the [Apache 2.0 license](/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. ```