You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, firstly, sorry for my pool english.
I'm using RoundedBitmapDisplayer for display an imageView which want to be rounded.
And in my case, the imageView size is 124x124, and the bitmap which want to load is 96x144. The imageView scaleType is "CenterCrop". I debugged the rounded bitmap size that it is not work correctly.In my hope, the size will be 124x124, but the output is 96x124.
Since I commented following code, and modify the width and height value, it work fine.
Hi, firstly, sorry for my pool english.
I'm using RoundedBitmapDisplayer for display an imageView which want to be rounded.
And in my case, the imageView size is 124x124, and the bitmap which want to load is 96x144. The imageView scaleType is "CenterCrop". I debugged the rounded bitmap size that it is not work correctly.In my hope, the size will be 124x124, but the output is 96x124.
Since I commented following code, and modify the width and height value, it work fine.
Hope your reply for this fix.
The text was updated successfully, but these errors were encountered: