femosso
femosso
Thanks man! This was very useful to me. Besides the alignment problem you mentioned, the nav drawer overlaps the toolbar in landscape mode. Your changes solve these two problems for...
wow! quite simple! thanks!
I've solved my problem. Now I'm drawing the lines over the ImageViewTouch, then I convert it to bitmap and call setImageBitmap again.
Basically I did this: mImage.setDesenhaCaminho(true); mImage.setImageBitmap(loadBitmapFromView(mImage)); the mImage object is a class extending ImageViewTouch. On setDesenhaCaminho() I call invalidate() and set a flag to draw something in onDraw() method. Basically,...
Glad you could solve it! :)
any updates on this? I'm having the same problem. I have called zoomTo method but it still doesn't work
Take a look at this: http://stackoverflow.com/questions/14764603/how-to-intercept-touch-events-from-viewpager-onpagechangelistener