-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScaleType :FitXy doesn't work. #560
Comments
I cannot answer bug reports when the template has been deleted. You haven't provided any of the requested information, particularly sample code, expected behaviour and screenshots of observed behaviour. |
This is working correctly, as you've configured it. scaleType is not supported by SSIV because it is not an ImageView. You may want setMinimumScaleType(SCALE_TYPE_CENTER_CROP) but as you haven't described what you're expecting I'm not sure. |
Sorry if I was bad to explain my problem. My problem is the image doesn't fit the screen when I don't specify any setMinimumScaleType. In normal ImageView when I use scaleType= fitXy it does fit the screen. But there is no feature like fitXy in your library, I think. |
The image doesn't fit the imageView
The text was updated successfully, but these errors were encountered: