I'm using the AsyncImageView from GreenDroid( https://github.com/kennydude/GreenDroid ) and it has made my view go all strange. It's in a TwoLineLayout (or whatever it's called), and it's showing me some unexpected padding which using the ddms it's from the actual AsyncImageView itself and I can't figure out why it's there, because the image is correctly sized as the corners go on fine.
I've tried using all the ScaleTypes and don't like how Matrix zooms everything in. Here's the XML currently: http://pastebin.com/H1kFpiTM
Also bellow is a screenshot of what I get, which you can see the strange gap.

Thanks in Advance,
Joe