(android)textview的动态增加的问题
动态添加text1=newTextView(this);text1.setText("动态添加");((LinearLayout)this.findViewById(R....
动态添加
text1=new TextView(this);
text1.setText("动态添加");
((LinearLayout) this.findViewById(R.id.layout)).addView(text1);
//引用资源文件
text2=(TextView)this.findViewById(R.id.textView1);
String a="56788997";
text2.setText(a);
((LinearLayout) this.findViewById(R.id.layout)).addView(text1); 这句什么意思 展开
text1=new TextView(this);
text1.setText("动态添加");
((LinearLayout) this.findViewById(R.id.layout)).addView(text1);
//引用资源文件
text2=(TextView)this.findViewById(R.id.textView1);
String a="56788997";
text2.setText(a);
((LinearLayout) this.findViewById(R.id.layout)).addView(text1); 这句什么意思 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询