On Tue, Aug 9, 2011 at 1:46 AM, ram <[email protected]> wrote: > Hello, I'm trying to find a way to rotate a View, or (more conveniently) an > entire layout, upside down and have it stay that way. >
I would try overriding onDraw for your Layout, applying a transform on the canvas and then calling the base draw function. P.S. - "Help me!!!" is a fairly useless and mildly obnoxious title for a post, likely leading to some people ignoring it. Something that actually relates to the topic at hand is more likely to help you get help. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

