mac
2024-05-30 7e79979359bf5d3438afac05458e454c4786d50b
app/src/main/res/layout/item_device_details.xml
@@ -1,17 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<com.hdl.photovoltaic.widget.SwipeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    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" />
    <!--先隐藏右滑功能 SwipeLayout-->
    <!-- <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="164dp">
        android:layout_width="0dp"
        android:layout_height="164dp"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent">
        <RelativeLayout
            android:id="@+id/device_details_info_rl"
@@ -206,4 +211,4 @@
    </RelativeLayout>
</com.hdl.photovoltaic.widget.SwipeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>