Android - UI for text wrap an image

后端 未结 3 1997
旧巷少年郎
旧巷少年郎 2020-12-09 06:10

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<

3条回答
  •  一向
    一向 (楼主)
    2020-12-09 06:42

    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.

提交回复
热议问题