UI编写原生UI控件TextView文本On this pageTextView文本说明 文本 使用示例 <TextView android:layout_height="wrap_parent" android:layout_width="match_parent" android:tag="btn" android:text="按钮" android:textColor="#669999" android:textSize="14dp" android:gravity="center" android:maxLength="12" /> 属性说明