1.必须要有的属性
通常写这几个属性就够了其他在代码中动态修改
<TextView
android:id="@+id/test"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
代码
TextView textView = (TextView) findViewById(R.id.test);