Ecosyste.ms: Awesome
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: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T17:53:34.000Z (3 months ago)
- Last Synced: 2024-11-04T18:41:14.198Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 103 KB
- Stars: 28
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-skins
![Release](https://jitpack.io/v/dora4/dview-skins.svg)
--------------------------------#### 卡片
![Dora视图_皮肤自由](https://github.com/user-attachments/assets/6f13ae4f-04ea-4f32-9740-372637261046)
#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dora:1.2.29'
implementation 'com.github.dora4:dview-skins:1.9'
}
```#### 示例代码
https://github.com/dora4/DoraMusic