Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图通过制作单独的段落来使文本更易于阅读。我尝试在字符串资源中的文本之前添加空格,但它不起作用。我想知道是否可以将属性添加到 textview 或字符串资源本身。
谢谢罗伯
您可以将 \t 用于制表符 \n 用于换行符。它肯定有效。并将此属性写入您的 xml 中的 textview
android:singleLine="false"
有关 Textview 的更多属性,请查看此处