https://github.com/dora4/dview-avatar
可自动裁剪圆形或圆角矩形头像的控件
https://github.com/dora4/dview-avatar
Last synced: 10 months ago
JSON representation
可自动裁剪圆形或圆角矩形头像的控件
- Host: GitHub
- URL: https://github.com/dora4/dview-avatar
- Owner: dora4
- License: apache-2.0
- Created: 2023-06-06T10:22:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T22:10:33.000Z (about 1 year ago)
- Last Synced: 2025-05-14T00:09:06.963Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-avatar

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

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