Why not just use a WebView? You'll have more freedom in the future to customize the layout that way.
If a WebView is too heavyweight for your use case, you'll probably need to render the text and image manually. You may find some relevant information in this android-developers thread.