| | |
| | | <?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" |
| | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | </com.hdl.photovoltaic.widget.SwipeLayout> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |