猿问
android textview 怎么换行?
android textview 怎么换行?
一只名叫tom的猫
浏览 1378
回答 1
1回答
UYOU
textView如果想要强制换行的话,必须先把TextView显示方式修改为多行(android:singleLine="false"),然后才能换行。方法一般用两种:1、在字符串里加入“\n”,如"abc\nrc";2、把TextView设置为固定宽度,然后让系统自动换行。如android:layout_width="100dp";
0
0
0
随时随地看视频
慕课网APP
相关分类
Android
我要回答