On Aug 31, 9:05 pm, Romain Guy <[email protected]> wrote: > The matrix returned by the Canvas is the sum of all transformations to > the point your view is being drawn. There's a single Canvas for all > Views on screen.
Thing is, I'm drawing directly on the onDraw() method of my custom View, the only View used by my activity and directly set on screen by the 'setContentView()' method on the activity. There is no other view being drawn. I may have misunderstood you, but in this case the transformation matrix should have its Y-axis translation nullified. Is it not so? --J -- 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

