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

https://github.com/taoweiji/imageviewex

提供圆角、占位图、边框功能、Fresco 替换方案
https://github.com/taoweiji/imageviewex

android fresco imageview

Last synced: about 1 month ago
JSON representation

提供圆角、占位图、边框功能、Fresco 替换方案

Awesome Lists containing this project

README

        

# 增强型ImageViewEx,提供圆角、边框功能、Fresco 替换其他图片框架方案

[![Maven Central](https://img.shields.io/maven-central/v/io.github.taoweiji.image/image)](https://search.maven.org/search?q=io.github.taoweiji.image)

1. 提供替换Fresco框架的 SimpleDraweeView
2. 支持设置占位图
3. 支持设置四个圆角
4. 支持圆圈
5. 支持设置边框宽度,颜色

##### 引入项目

```
api 'io.github.taoweiji.image:ImageViewEx:+'
```
替换 Fresco 的 SimpleDraweeView 类
```
api 'io.github.taoweiji.image:SimpleDraweeView:+'
```

##### 使用
```xml

```

##### 效果

## License

Copyright 2019 taoweiji

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.