テキストを 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");
どれも機能しませんでした。
ヒントはありますか?