Skip to content

Commit 57e7eca

Browse files
committed
Add missing support for adjustViewBounds to limitations; closes hdodenhof#24
1 parent fb87e9c commit 57e7eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Usage
3737
Limitations
3838
-----------
3939
* The ScaleType is always CENTER_CROP and you'll get an exception if you try to change it. This is (currently) by design as it's perfectly fine for profile images.
40+
* Enabling `adjustViewBounds` is not supported as this requires an unsupported ScaleType
4041
* If you use Picasso for fetching images, you need to set the `noFade()` option to avoid messed up images. If you want to keep the fadeIn animation, you have to fetch the image into a `Target` and apply a custom animation when setting it as source for the `CircleImageView` in `onBitmapLoaded()`.
4142
* Using a `TransitionDrawable` with `CircleImageView` doesn't work properly and leads to messed up images.
4243

0 commit comments

Comments
 (0)