posted 14 years ago
The best way to create something like this is to create your own View and override the onDraw() method to draw onto this view.
Then you can rotate the canvas to draw items in another angle. With an xml layout it's going to be tricky, if you don't need the text
clickable there's one way, but there's some caveat. It is possible to animate the TextView rotating it 180 degrees and then keep
the state like that. Only thing is, when you load the view you can see the text animating (in a split second but it's visible).
Overall the fastest approach would be to use the xml-layout as an sketch and build the view yourself.