PagerBottomTabStrip

来源:互联网 发布:比特彗星提示端口阻塞 编辑:程序博客网 时间:2024/05/29 14:43

PagerBottomTabStrip 是一个基本按谷歌Material Design规范完成的安卓底部导航栏控件

官方设计规范:https://www.google.com/design/spec/components/bottom-navigation.html

这个仓库是官方设计规范还没出来的时候就创建了,原来是模仿了微信的底部导航栏,现在完全重构遵照官方的规范,并上传到中央库。旧的项目代码存放在old分支中了

使用指南

实现效果图

PagerBottomTabStrip

PagerBottomTabStripPagerBottomTabStripPagerBottomTabStripPagerBottomTabStrip

引入库

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>

地址:https://github.com/tyzlmjj/PagerBottomTabStrip?utm_source=tuicool&utm_medium=referral

0 0
原创粉丝点击