Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dora4/dview-tabbar
选项卡栏
https://github.com/dora4/dview-tabbar
Last synced: about 2 months ago
JSON representation
选项卡栏
- Host: GitHub
- URL: https://github.com/dora4/dview-tabbar
- Owner: dora4
- License: apache-2.0
- Created: 2024-09-19T17:35:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T12:34:21.000Z (3 months ago)
- Last Synced: 2024-11-08T13:34:58.017Z (3 months ago)
- Language: Kotlin
- Size: 68.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-tabbar
![Release](https://jitpack.io/v/dora4/dview-tabbar.svg)
--------------------------------#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-tabbar:1.1'
}
```