gpt4 book ai didi

Android - AndroidX 中的 TabLayout

转载 作者:行者123 更新时间:2023-11-29 16:28:52 28 4
gpt4 key购买 nike

我刚刚尝试使用 androidX 在 Android 上实现 tabLayout,但我做不到。

是否弃用了 androidX 上的 tabLayout?

最佳答案

您需要将ma​​terial library 添加为build.gradle 文件的依赖才能使用TabLayout

dependencies {
implementation 'com.google.android.material:material:1.0.0'
}

还将 google() maven 存储库包含到根 build.gradlerepositories 部分

allprojects {
repositories {
google()
jcenter()
}
}

You can read the Getting started with Material Components for Android to learn more about the library.

关于Android - AndroidX 中的 TabLayout,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58177134/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com