Open GoltsevEugene opened 9 years ago
Referencing this bug may help you if you want to write your own drawable. https://github.com/koush/ion/issues/552
If you just want a rounded image check this out https://github.com/koush/ion/blob/master/ion-sample/src/com/koushikdutta/ion/sample/RoundedImageViewSample.java
Goog afternoon. I'm using this beautiful library, but faced next issue: after image was loaded, I need to modify it (set it rounded, for example) and after that show it in ImageView. Unfortunately, I didn't find a way to handle it.
Here is the code:
If I remove operations with image - it is loading fine, otherwise - image is empty. Would be very grateful if there is some possibility to do this.