Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
CircleImageView
===============

A fast circular ImageView perfect for profile images. This is based on [RoundedImageView from Vince Mi](https://github.com/vinc3m1/RoundedImageView) which itself is based on techniques recommended by [Romain Guy](https://twitter.com/romainguy).

![CircleImageView](https://raw.github.com/hdodenhof/CircleImageView/master/screenshot.png)
Expand All @@ -17,12 +16,12 @@ Gradle
```
dependencies {
...
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation ("de.hdodenhof:circleimageview:3.1.0")
}
```

Usage
-----
Usages
------
```xml
<de.hdodenhof.circleimageview.CircleImageView
xmlns:app="http://schemas.android.com/apk/res-auto"
Expand Down