我正在尝试将一些文本设置为DialogFragment,并且此文本包含一些新行。
我尝试了所有这些:
setMessage("This is line A \n This is line b");
setMessage("This is line A \\\n This is line b");
setMessage("This is line A+"System.getProperty("line.separator")"+This is line b");
没有工作。
任何提示?
答案 0 :(得分:0)
您应该将字符串设置为strings.xml文件中的资源,然后使用getString方法获取它。
答案 1 :(得分:0)
我建议您使用对话框的自定义布局,或者只使用
<int>