As long as your transformation fits into a transformation Matrix (x,y and z), you can do anything you like. http://developer.android.com/reference/android/view/animation/Animation.html#applyTransformation(float,%20android.view.animation.Transformation)
Since the application of a transformation-matrix is linear, i don't think you can transform lines into curvatures. On Jun 10, 2:43 pm, az9702 <[email protected]> wrote: > Hi, > > Many default layouts & animations are planar (i.e. rotation in x-y > plan). > > Can a layout with curvature be implemented with current SDK (may be w/ > some transform) ? An example may be a "scroll" that rolls as one > reads. Pointers are much appreciated. > > Thanks in advance. > > - az9702 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

