标签:gravity size text layout textview android控件 width wrap oid
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:textSize="24sp"
android:textColor="#00ff00"
android:text="Hello World!"/>
标签:gravity size text layout textview android控件 width wrap oid
原文地址:https://www.cnblogs.com/uestcman/p/9881736.html