An open API service indexing awesome lists of open source software.

https://github.com/dora4/dview-skins

🎨一个好用的Android换肤框架。
https://github.com/dora4/dview-skins

Last synced: 10 months ago
JSON representation

🎨一个好用的Android换肤框架。

Awesome Lists containing this project

README

          

dview-skins
![Release](https://jitpack.io/v/dora4/dview-skins.svg)
--------------------------------

#### 卡片
![视图之家 —— 皮肤圣殿](https://github.com/user-attachments/assets/0a9d4137-130e-449a-a457-2311ff8a0252)

#### 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