TextView 中text 字符串换行问题
我用的android studio
写一个TextView
其中 android:text="\n"
为什么这个\n没有换行,而是就显示成了\n
textview Android
[解决办法]
你可以将 "\n"写到String.xml中去