Should be a simple one.
When I pull image.getDrawable().getIntrinsicWidth()
I get a value larger than the source image width. It\'s X coordinate is retu
This is probably going to be nothing to with the issue you're having, but just for kicks I'll suggest it to be sure anyway: Are you specifying android:minSdkVersion
in your manifest?
Only reason I mention this is because for a while I wasn't doing so in a project, and I learned that this screws the screen density up and caused all sorts of strange problems.