布局xml文件

1.必须要有的属性

通常写这几个属性就够了其他在代码中动态修改

<TextView

android:id="@+id/test"

android:layout_width="wrap_content"

android:layout_height="wrap_content"/>

代码

TextView textView = (TextView) findViewById(R.id.test);

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念