📌  相关文章
📜  设置 textview 文本 android java 代码示例

📅  最后修改于: 2022-03-11 14:52:09.708000             🧑  作者: Mango

代码示例3
// Load and use views afterwards
val tv1: TextView = findViewById(R.id.textView1)
tv1.text = "Hello"