二月十九日
1
<?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" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/gray_f3f3f3"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/white" android:padding="20dp"> <TextView android:id="@+id/item_mainlv_top_tv1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/month_out"/> <TextView android:id="@+id/item_mainlv_top_tv_out" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="¥ 0" android:layout_below="@+id/item_mainlv_top_tv1" android:textSize="26sp" android:textStyle="bold" android:layout_marginTop="10dp" android:layout_marginBottom="10dp" android:textColor="@color/black"/> <ImageView android:id="@+id/item_mainlv_top_iv_hide" android:layout_width="80dp" android:layout_height="40dp" android:layout_alignParentEnd="true" android:src="@mipmap/ih_show" android:layout_alignTop="@id/item_mainlv_top_tv_out"/> <TextView android:id="@+id/item_mainlv_top_tv2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/month_in" android:layout_below="@id/item_mainlv_top_tv_out"/> <TextView android:id="@+id/item_mainlv_top_tv_in" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/black" android:text="¥ 0" android:layout_below="@id/item_mainlv_top_tv_out" android:layout_toEndOf="@id/item_mainlv_top_tv2" android:layout_marginStart="5dp"/> <TextView android:id="@+id/item_mainlv_top_tv_budget" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="¥ 0" android:textColor="@color/black" android:layout_alignParentEnd="true" android:layout_alignBottom="@id/item_mainlv_top_tv2" android:layout_marginStart="5dp"/> <TextView android:id="@+id/item_mainlv_top_tv3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/month_budget" android:layout_toStartOf="@id/item_mainlv_top_tv_budget" android:layout_alignBottom="@id/item_mainlv_top_tv2"/> <ImageView android:id="@+id/item_mainlv_top_iv_biao" android:layout_width="20dp" android:layout_height="20dp" android:src="@mipmap/ih_biaoge" android:layout_below="@id/item_mainlv_top_tv2" android:layout_centerHorizontal="true" android:layout_marginTop="10dp"/> <TextView android:id="@+id/item_mainlv_top_tv4" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toEndOf="@+id/item_mainlv_top_iv_biao" android:text="@string/seeExcel" android:layout_below="@id/item_mainlv_top_tv2" android:layout_marginStart="10dp" android:layout_marginTop="10dp" android:textColor="@color/green_006400" /> </RelativeLayout> <TextView android:id="@+id/item_mainlv_top_tv_day" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="今日支出 ¥0 收入 ¥0" android:textStyle="bold" android:layout_marginTop="20dp" android:layout_marginBottom="10dp"/> </LinearLayout>