Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zuoweitan/CircleImageView

A circular ImageView simply used as normal ImageView.
https://github.com/zuoweitan/CircleImageView

Last synced: 3 months ago
JSON representation

A circular ImageView simply used as normal ImageView.

Awesome Lists containing this project

README

        

# CircleImageView
A circular ImageView simply used as normal ImageView.

![CircleImageView](https://github.com/zuoweitan/CircleImageView/raw/master/screen_shot.png)

it's easy to use just like ImageView,and you never need to **do this**:

* create a new bitmap.
* fixed scale type.(CENTER_CROP)

you can simply use the library like Picasso or Glide with this view.

Gradle
------
```
dependencies {
...
compile 'com.vivifarm.view:circleimageview:1.2.0'
}
```

Usage
-----
```xml

```