Skip to content

Commit 1376420

Browse files
committed
changes made for new kotlin language
1 parent 59ee0a1 commit 1376420

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
CircleImageView
22
===============
3-
43
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).
54

65
![CircleImageView](https://raw.github.com/hdodenhof/CircleImageView/master/screenshot.png)
@@ -17,12 +16,12 @@ Gradle
1716
```
1817
dependencies {
1918
...
20-
implementation 'de.hdodenhof:circleimageview:3.1.0'
19+
implementation ("de.hdodenhof:circleimageview:3.1.0")
2120
}
2221
```
2322

24-
Usage
25-
-----
23+
Usages
24+
------
2625
```xml
2726
<de.hdodenhof.circleimageview.CircleImageView
2827
xmlns:app="http://schemas.android.com/apk/res-auto"

0 commit comments

Comments
 (0)