5

I have following requirement in my android app.

enter image description here

How can i use to behave textview as shown in the above picture?

Dinesh Anuruddha
  • 7,137
  • 6
  • 32
  • 45

2 Answers2

2

Since api 8 (Android 2.2) has a new interface LeadingMarginSpan2, which allows you to create text indent for the first N rows. In the image created by the indentation of 50 pixels for the first 3 rows.

Check out How to wrap text around a picture of text in TextView.

GrIsHu
  • 29,068
  • 10
  • 64
  • 102
2

Please check out FlowTextView

https://code.google.com/p/android-flowtextview/

sudocoder
  • 1,164
  • 1
  • 13
  • 26