ปกติเวลาเขียน myTextView.setText(“This is on first line n This is on second line”);
มันก็จะออกมาแบบนี้
This is on first line
This is on second line

แต่เวลาดึงจาก SQLite มาแสดงใน textView
memo.setText(Cursor.getString(MyDBAdapter.MEMO_COLUMN));
มันดันออกมาแบบนี้
This is on first line n This is on second line

ทำยังไงครับถึงจะให้มันแสดงผลแบบถูกต้อง