Serdel wrote: > "i don't think so since this matrix is used internally for drawing the > image - see ImageView.java " > > Well I tried the matrix in onCreated, in onFocusChanged Listener and in > Image view onPreDraw and onGlobalLayout listeners - the point where > calculated exactly as if the bitmap was not resized and the progress bar > was misplaced. > > I figured out a work around this - I just flattened my imageview to the > layout background and I position my object with the screen Metrics (minus > status bar size for height) and it works.
what do you mean by "flattening your image"? i think it should just work provided you get the matrix after the layout management has been done on your imageview pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

