标签: android
答案 0 :(得分:0)
首先从文本视图中获取当前文本,如
String current = tv.getText().toString();
Second将新行添加到当前字符串lik
current+="\n Alice: Hello , Jim";
第三,将其设置为textView
tv.setText(current);
答案 1 :(得分:0)
将其设置为textview,尝试
另外,追加" \ n"在你的文本字符串