You could create your own view for that. Something like this: http://www.pocketmagic.net/?p=1625
I'm not sure that solves your problem though, but it's a start. On 9 Aug, 06:11, ram <[email protected]> wrote: > Hi, In my project i want to display a textview in vertical view (from > top to bottom). I have used android.view.animation.Animation class to > rotate that textview from 0 degree to 90 degree. when the screen sizes > of devices are changed i cant see the entire texts from the > textview.Because of that issue, I want to omit the Animation class in > this project. Can we do this without using Animation? Pls give me some > tips to do this. > Thanks in advance. > Regards, > ram -- 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

