PagerBottomTabStrip 使用教程

PagerBottomTabStrip 使用教程

PagerBottomTabStripAn bottom navigation bar for Android项目地址:https://gitcode.com/gh_mirrors/pa/PagerBottomTabStrip

项目介绍

PagerBottomTabStrip 是一个遵循谷歌 Material Design 规范的 Android 底部导航栏控件。该项目在 GitHub 上拥有超过 2000 个 star,是一个非常受欢迎的开源项目。它不仅提供了美观的菜单样式,还支持点击效果和在菜单上显示数字等功能。

项目快速启动

添加依赖

首先,在你的 build.gradle 文件中添加以下依赖:

dependencies {
    implementation 'com.github.tyzlmjj:PagerBottomTabStrip:latest-version'
}

请将 latest-version 替换为项目的最新版本号。

布局文件

在你的布局文件中添加 PagerBottomTabStrip

<com.tyzlmjj.pagerbottomtabstrip.PagerBottomTabStrip
    android:id="@+id/tab"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:route="bottom_navigation"
    app:tabPadding="8dp"
    app:tabTextSize="14sp"
    app:tabIconSize="24dp"
    app:tabBackground="?attr/selectableItemBackground"
    app:tabIndicatorColor="@color/colorPrimary"
    app:tabTextColor="@color/colorPrimary"
    app:tabSelectedTextColor="@color/colorAccent"
    app:tabMode="fixed"
    app:tabGravity="fill"
    app:tabContentStart="0dp"
    app:tabContentWidth="match_parent"
    app:tabContentHeight="wrap_content"
    app:tabContentPadding="0dp"
    app:tabContentMargin="0dp"
    app:tabContentBackground="@android:color/white"
    app:tabContentAlpha="1.0"
    app:tabContentScale="1.0"
    app:tabContentRotation="0"
    app:tabContentElevation="0dp"
    app:tabContentTranslationZ="0dp"
    app:tabContentTranslationY="0dp"
    app:tabContentTranslationX="0dp"
    app:tabContentScaleX="1.0"
    app:tabContentScaleY="1.0"
    app:tabContentRotationX="0"
    app:tabContentRotationY="0"
    app:tabContentPivotX="0.5"
    app:tabContentPivotY="0.5"
    app:tabContentAlphaAnimator="null"
    app:tabContentScaleAnimator="null"
    app:tabContentRotationAnimator="null"
    app:tabContentTranslationAnimator="null"
    app:tabContentElevationAnimator="null"
    app:tabContentTranslationZAnimator="null"
    app:tabContentTranslationYAnimator="null"
    app:tabContentTranslationXAnimator="null"
    app:tabContentScaleXAnimator="null"
    app:tabContentScaleYAnimator="null"
    app:tabContentRotationXAnimator="null"
    app:tabContentRotationYAnimator="null"
    app:tabContentPivotXAnimator="null"
    app:tabContentPivotYAnimator="null"
    app:tabContentAlphaAnimatorDuration="300"
    app:tabContentScaleAnimatorDuration="300"
    app:tabContentRotationAnimatorDuration="300"
    app:tabContentTranslationAnimatorDuration="300"
    app:tabContentElevationAnimatorDuration="300"
    app:tabContentTranslationZAnimatorDuration="300"
    app:tabContentTranslationYAnimatorDuration="300"
    app:tabContentTranslationXAnimatorDuration="300"
    app:tabContentScaleXAnimatorDuration="300"
    app:tabContentScaleYAnimatorDuration="300"
    app:tabContentRotationXAnimatorDuration="300"
    app:tabContentRotationYAnimatorDuration="300"
    app:tabContentPivotXAnimatorDuration="300"
    app:tabContentPivotYAnimatorDuration="300"
    app:tabContentAlphaAnimatorInterpolator="null"
    app:tabContentScaleAnimatorInterpolator="null"
    app:tabContentRotationAnimatorInterpolator="null"
    app:tabContentTranslationAnimatorInterpolator="null"
    app:tabContentElevationAnimatorInterpolator="null"

PagerBottomTabStripAn bottom navigation bar for Android项目地址:https://gitcode.com/gh_mirrors/pa/PagerBottomTabStrip

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

范垣楠Rhoda

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值