Android - UI for text wrap an image

后端 未结 3 2008
旧巷少年郎
旧巷少年郎 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:52

    Another way to accomplish this is to make a image containing the text and the images you want displayed. Obviously heavier weight and a workaround.

    You can do this using webview and a workaround to load local content. As of the 1.0 SDK the webview cant load local content without the work arounds described in these articles:

    http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/

    and

    http://blog.tourizo.com/2009/02/how-to-display-local-file-in-android.html

    Roman's link is to a thread that says you can't do it with text view, so that's not an option at this point.

提交回复
热议问题