Uniform text wrapping in TextView

前端 未结 6 1398
隐瞒了意图╮
隐瞒了意图╮ 2021-01-19 06:34

I need nice text wrapping in TextView, especially for text in headers.

Text wrapping for TextView might look like this, where the last word is in new line:



        
6条回答
  •  北恋
    北恋 (楼主)
    2021-01-19 07:26

    I have modified TextView and created UniformTextView. After investigating of TextView sources I have decided to minimize TextView's width to have preferred lines number.

        
    

    It works satisfactorily for me.
    UniformTextView example

    Sources are available on github

提交回复
热议问题