2025.4.29(周二)
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="@color/light_gray" tools:context=".MyIncomeActivity"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="我的收入" android:textSize="25sp" android:textColor="@color/brown" android:gravity="center" android:layout_marginTop="10dp" android:layout_marginBottom="10dp"/> <ListView android:id="@+id/lv" android:layout_width="match_parent" android:layout_height="wrap_content"/> </LinearLayout>