返回列表 發帖
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3.     android:layout_width="match_parent" android:layout_height="50dp"
  4.     android:background="#c2f6ff"
  5.     android:textSize="26sp"
  6.     android:textColor="#ff0000"
  7.     android:gravity="center_vertical">
  8.     android:text="hello"
  9.    
  10. </TextView>
複製代碼
羽毛神在此

TOP

返回列表