https://github.com/dora4/dview-skins
🎨一个好用的Android换肤框架。
https://github.com/dora4/dview-skins
Last synced: 10 months ago
JSON representation
🎨一个好用的Android换肤框架。
- Host: GitHub
- URL: https://github.com/dora4/dview-skins
- Owner: dora4
- License: apache-2.0
- Created: 2023-07-15T13:13:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T23:13:31.000Z (12 months ago)
- Last Synced: 2025-06-30T00:23:30.097Z (12 months ago)
- Language: Kotlin
- Homepage:
- Size: 102 KB
- Stars: 33
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-skins

--------------------------------
#### 卡片

#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dora:1.3.14'
implementation 'com.github.dora4:dview-skins:1.9'
}
```
#### 示例代码
https://github.com/dora4/DoraMusic