标签: android dialog android-linearlayout
我在对话框内部构建了一个线性布局,这里的问题是我要更改此布局的TextView但我不知道如何! ,任何帮助?
答案 0 :(得分:0)
与普通视图一样。
TextView text = (TextView) dialog.findViewById(R.id.TextView01); text.setText("Hello");