mac
2024-03-07 0a13476751c01ae346c30a4c4dd266bad700d2c3
app/src/main/res/layout/frgment_house_list_line.xml
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<com.hdl.photovoltaic.widget.SwipeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/item_parent_swipeLayout"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
    <include
        android:id="@+id/swipe_layout_il"
        layout="@layout/swipe_right_layout" />
    <RelativeLayout
        android:id="@+id/item_parent_rl"
    android:layout_width="match_parent"
    android:layout_height="142dp"
    android:background="@color/text_F9FAFB">
@@ -10,8 +21,8 @@
        android:layout_height="130dp"
        android:layout_alignParentStart="true"
        android:layout_alignParentEnd="true"
        android:layout_marginTop="@dimen/dp_12"
        android:layout_marginStart="@dimen/dp_20"
            android:layout_marginTop="@dimen/dp_12"
        android:layout_marginEnd="@dimen/dp_20"
        android:background="@drawable/house_list_line_parent_bg">
@@ -19,8 +30,7 @@
            android:id="@+id/fragment_house_list_line_left_iv"
            android:layout_width="113dp"
            android:layout_height="130dp"
            android:scaleType="centerCrop"
            />
                android:scaleType="centerCrop" />
        <TextView
            android:id="@+id/fragment_house_list_line_name_tv"
@@ -29,11 +39,11 @@
            android:layout_marginStart="@dimen/dp_15"
            android:layout_marginTop="@dimen/dp_28"
            android:layout_toEndOf="@+id/fragment_house_list_line_left_iv"
                android:ellipsize="end"
            android:gravity="center_vertical|start"
                android:singleLine="true"
            android:text="@string/power_station"
            android:textColor="@color/text_90000000"
            android:ellipsize="end"
            android:singleLine="true"
            android:textSize="@dimen/text_16" />
        <TextView
@@ -77,3 +87,6 @@
</RelativeLayout>
</com.hdl.photovoltaic.widget.SwipeLayout>