标签: android android-layout textview
我的Android应用程序中有以下要求。
如何使用如上图所示的textview?
答案 0 :(得分:2)
由于api 8(Android 2.2)有一个新界面 LeadingMarginSpan2 ,它允许您为前N行创建文本缩进。在由前3行的50像素缩进创建的图像中。
查看How to wrap text around a picture of text in TextView。
答案 1 :(得分:2)
请查看FlowTextView
https://code.google.com/p/android-flowtextview/