带有newLine的DialogFragment setMessage

时间:2013-09-11 15:49:35

标签: android android-fragments android-alertdialog

我正在尝试将一些文本设置为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");

没有工作。

任何提示?

2 个答案:

答案 0 :(得分:0)

您应该将字符串设置为strings.xml文件中的资源,然后使用getString方法获取它。

请点击此处了解详情:String Resource new line /n not possible?

答案 1 :(得分:0)

我建议您使用对话框的自定义布局,或者只使用

<int>