<TextView 
android:layout_width="fill_parent" 
android:layout_height="wrap_content" 
android:textSize="21sp"
android:text="How are you!"/>
我感觉很多余
想不明白为什么
直接这样写不行么
<TextView 
layout_width="fill_parent" 
layout_height="wrap_content" 
textSize="21sp"
text="How are you!"/>