Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 android 应用程序中有以下要求。
如上图所示,我如何使用 textview 来表现?
请查看 FlowTextView
https://code.google.com/p/android-flowtextview/
由于 api 8 (Android 2.2) 有一个新接口LeadingMarginSpan2,它允许您为前 N 行创建文本缩进。在由前 3 行 50 像素的缩进创建的图像中。
查看如何在 TextView 中将文本环绕在文本图片周围。