I\'ve just a little question about
How can I implement a \'Lettrine\' (dropped initial capital letter) render in android? I mean, a widget that renders a lettrine auto
The easiest way would be to put the text in a WebView with the appropriate CSS, and let the browser interpret the thing.
As for widgerts, all layouts in Android are rectangular. There is no easy way to do this. I think, you can achieve this with a custom StaticLayout.