How to set maximum characters per line for text view in android

后端 未结 7 2002
半阙折子戏
半阙折子戏 2020-12-16 15:09

Hiii all, this may be a possible duplicate but I couldn\'t find solution for my problem.I need to limit the number of characters per line when displaying on the textview and

7条回答
  •  自闭症患者
    2020-12-16 15:59

    use ConstraintLayout and android:layout_width="0dp". The text will adapt to the constraints

提交回复
热议问题