<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/backgroundColor" android:orientation="vertical"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/dp_30" android:layout_marginTop="@dimen/dp_40" android:layout_marginBottom="@dimen/dp_5" android:text="我的" android:textColor="@color/black" android:textSize="@dimen/sp_20" /> </LinearLayout>