标签: android android-layout textview
如何在android新活动中显示段落数据 单击以在文本视图中显示该数据。 但不使用" HTML"。
答案 0 :(得分:0)
您可以使用 textview
textview
TextView t = findViewById(R.id.text); t.setText("This is the first line\nThis is the second line\nThird line...");