Android TextView Text not getting wrapped

前端 未结 24 1593
时光说笑
时光说笑 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:31

    Set the height of the text view android:minHeight="some pixes" or android:width="some pixels". It will solve the problem.

提交回复
热议问题