PagerBottomTabStrip

An navigation bar for Android

License

License

GroupId

GroupId

me.majiajie
ArtifactId

ArtifactId

pager-bottom-tab-strip
Last Version

Last Version

2.4.0
Release Date

Release Date

Type

Type

aar
Description

Description

PagerBottomTabStrip
An navigation bar for Android
Project URL

Project URL

https://github.com/tyzlmjj/PagerBottomTabStrip
Source Code Management

Source Code Management

https://github.com/tyzlmjj/PagerBottomTabStrip

Download pager-bottom-tab-strip

How to add to project

<!-- https://jarcasting.com/artifacts/me.majiajie/pager-bottom-tab-strip/ -->
<dependency>
    <groupId>me.majiajie</groupId>
    <artifactId>pager-bottom-tab-strip</artifactId>
    <version>2.4.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.majiajie/pager-bottom-tab-strip/
implementation 'me.majiajie:pager-bottom-tab-strip:2.4.0'
// https://jarcasting.com/artifacts/me.majiajie/pager-bottom-tab-strip/
implementation ("me.majiajie:pager-bottom-tab-strip:2.4.0")
'me.majiajie:pager-bottom-tab-strip:aar:2.4.0'
<dependency org="me.majiajie" name="pager-bottom-tab-strip" rev="2.4.0">
  <artifact name="pager-bottom-tab-strip" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.majiajie', module='pager-bottom-tab-strip', version='2.4.0')
)
libraryDependencies += "me.majiajie" % "pager-bottom-tab-strip" % "2.4.0"
[me.majiajie/pager-bottom-tab-strip "2.4.0"]

Dependencies

runtime (2)

Group / Artifact Type Version
androidx.annotation » annotation jar 1.2.0
androidx.viewpager » viewpager jar 1.0.0

Project Modules

There are no modules declared in this project.

PagerBottomTabStrip

Maven Central |使用指南|DEMO.apk

Android 页面底部和侧边的导航栏。

实现效果图

horizontal vertical
Material 1 Material 2
Material 3 Material 4

自定义扩展例子

Library中已经实现的一个最普通的效果
PagerBottomTabStrip
Demo中的例子 Demo中的例子
PagerBottomTabStrip PagerBottomTabStrip

引入库

repositories {
  mavenCentral()
}

dependencies {
  implementation 'me.majiajie:pager-bottom-tab-strip:2.4.0'
}

联系我

QQ: 809402737

错误反馈

这个库有BUG?请点这里 Github Issues

Versions

Version
2.4.0