From 0169f18a47eecee35e036b815f4e0b5820d6b832 Mon Sep 17 00:00:00 2001 From: keithchad Date: Sat, 28 Nov 2020 13:31:36 +0300 Subject: [PATCH 1/2] readme change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd59c17..a329124 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ There's currently no direct support for a circle bound selector but you can foll **How can I add a gap between image and border?** -Adding a gap is also not support directly but [there's a workaround](https://github.com/hdodenhof/CircleImageView/issues/133#issuecomment-225437930). +Adding a gap is also not supported directly but [there's a workaround](https://github.com/hdodenhof/CircleImageView/issues/133#issuecomment-225437930). Changelog --------- From 59ee0a11d7199cdeb2d454ebeaaa8396238c418f Mon Sep 17 00:00:00 2001 From: Henning Dodenhof Date: Tue, 10 Jan 2023 20:03:13 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a329124..3a978c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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](http://www.curious-creature.org/2012/12/11/android-recipe-1-image-with-rounded-corners/). +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)