返回列表 發帖
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="match_parent" android:layout_height="50dp"
      android:text="hello"
      android:textSize="25sp"
    android:gravity="center_vertical"
     android:background="#1e70db"
    android:textColor="#ff0000">

</TextView>

TOP

  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:text="hello"
  5.       android:textSize="25sp"
  6.       android:gravity="center_vertical"
  7.     android:background="#1e70db"
  8.      android:textColor="#ff0000">

  9. </TextView>
複製代碼

TOP

返回列表