Android Negative Left & Top Values
Hi,
I'm having trouble creating a draggable view (an ImageView) in Android. I can quite happily drag the image down and to the right, but I'm unable to get the image to go past the top of the screen (negative top value) or past the left of the screen (negative left value). This works fine on the iPhone, but Android seems to not allow negative top/left values.
What I'm actually trying to achieve is a two-way scroll view, something that isn't built in to Android. Has anyone else implemented something like this?
Anyone know a fix for this?
Thanks.