We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c89fd7 commit 37a25dfCopy full SHA for 37a25df
README.md
@@ -5,7 +5,7 @@ A fast circular ImageView perfect for profile images. This is based on [RoundedI
5
6

7
8
-Compared to other solutions this
+Compared to other solutions this:
9
* does **not** create a copy of the original bitmap
10
* does **not** use a clipPath which is not hardware accelerated and not anti-aliased
11
* does **not** use setXfermode to clip the bitmap and draw twice to the canvas
@@ -31,7 +31,7 @@ Limitations
31
* Setters for border color and border width are missing
32
* It's not yet on MavenCentral
33
34
-ChangeLog
+Changelog
35
---------
36
* **1.0.0**
37
* Initial release
0 commit comments