https://github.com/zuoweitan/CircleImageView
  
  
    A circular ImageView simply used as normal ImageView. 
    https://github.com/zuoweitan/CircleImageView
  
        Last synced: 7 months ago 
        JSON representation
    
A circular ImageView simply used as normal ImageView.
- Host: GitHub
 - URL: https://github.com/zuoweitan/CircleImageView
 - Owner: zuoweitan
 - Created: 2016-11-18T11:53:16.000Z (almost 9 years ago)
 - Default Branch: master
 - Last Pushed: 2018-11-13T08:18:59.000Z (almost 7 years ago)
 - Last Synced: 2024-11-09T15:43:22.510Z (12 months ago)
 - Language: Java
 - Size: 2.34 MB
 - Stars: 172
 - Watchers: 6
 - Forks: 26
 - Open Issues: 3
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
- awesome-github-android-ui - CircleImageView - 环形ImageView (ImageView)
 
README
          # CircleImageView
A circular ImageView simply used as normal ImageView.

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