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.
我正在尝试在 alertdialog 中的两个文本之间添加一个空格。
如何在文本“.....27 Speed”和“2. Merek”之间添加空格?谁能帮我解决这个问题。非常感谢。
我想你的意思是换行符。可以使用"\n".
"\n"
我想你的意思是换一条新线\n
\n
用于\n换行符以及\t如果要插入制表符。
\t
您还可以将一些 XML 标记用于基本格式设置:粗体文本、斜体和带下划线的文本。
其他格式选项显示在 Android 开发者网站上的这篇文章中:字符串资源