SwipeRevealLayout Width set MachParent RecylerViewList Not Work Correctly!!
<com.chauthai.swipereveallayout.SwipeRevealLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/swipe_layout" android:layout_width="match_parent" android:layout_height="wrap_content" app:dragEdge="right" app:mode="same_level">

Rightly All of Child Of swipe_layout are MatchParent Width Without swipe_layout RecyclerView's Work Correct @chthai64 thanks for your greate SwipeRevealLayout but it has a few Problems Please Resolve these or Help us! SwipeRevealLayout is better!
I had same issue and i solved this issue with adding a LinearLayout (with android:layout_width="match_parent" android:layout_height="wrap_content" parameters) as parent wrapper of SwipeRevealLayout. I wish it will be helpful for you as well.