Is there anyway to wrap a TextView around an image?
It’s the typical thing that people do in CSS like this http://www.echoecho.com/htmlimages08.htm
Thanks,
Tee
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why not just use a
WebView? You’ll have more freedom in the future to customize the layout that way.If a
WebViewis 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.