Sundog wrote: > How can I have a main layout with a "vertical" orientation and have > some text appear within it in a "horizontal" orientation? > > Even though my app is used horizontally, I use a vertical layout to > get the title bar out of the way and get maximum vertical screen real > estate. But I need the ability to display a TextView that is rotated > 90 degrees so as to appear normal in a horizontal layout. Can this be > done, short of using an animation? >
Why not just get rid of the title bar? getWindow().requestFeature(Window.FEATURE_NO_TITLE); -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

