We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the ImageView is wrapped with a FrameLayout for instance, the images appear disorted.
ImageView
FrameLayout
I changed the sample app to use that kind of items : master...tbruyelle:wrapped-imageview
The result :
Strange other thing, if I remove the ImageView.padding, nothing appear, only empty FrameLayouts.
ImageView.padding
FrameLayouts
The text was updated successfully, but these errors were encountered:
Hi, did your issue get solve? if yes then can you please update your question or answer it, so it will helpful others too.
Even same issue I also facing #21
Sorry, something went wrong.
Nope
At least you are getting some distorted images, I'm getting the framelayout correctly, but no images in it.
No branches or pull requests
If the
ImageView
is wrapped with aFrameLayout
for instance, the images appear disorted.I changed the sample app to use that kind of items : master...tbruyelle:wrapped-imageview
The result :
![greedo](https://cloud.githubusercontent.com/assets/92280/14171991/35dcf15a-f736-11e5-8412-cd7d1a19fd6c.png)
Strange other thing, if I remove the
ImageView.padding
, nothing appear, only emptyFrameLayouts
.The text was updated successfully, but these errors were encountered: