Android TextView Text not getting wrapped

前端 未结 24 1592
时光说笑
时光说笑 2020-11-27 02:51

Can anyone tell me what\'s going wrong with the text? Text longer than one line doesn\'t wrap to the next line but goes beyond the screen.

Following is the code:

24条回答
  •  独厮守ぢ
    2020-11-27 03:18

    I used android:ems="23" to solve my problem. Just replace 23 with the best value in your case.

    
    

提交回复
热议问题