Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zuoweitan/CircleImageView
- Owner: zuoweitan
- Created: 2016-11-18T11:53:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T08:18:59.000Z (almost 6 years ago)
- Last Synced: 2024-06-16T03:36:35.804Z (5 months ago)
- Language: Java
- Size: 2.34 MB
- Stars: 173
- 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.![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
```