SwipeRevealLayout icon indicating copy to clipboard operation
SwipeRevealLayout copied to clipboard

SwipeRevealLayout Width set MachParent RecylerViewList Not Work Correctly!!

Open jjorian opened this issue 8 years ago • 1 comments

<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">

bug

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!

jjorian avatar Feb 17 '18 13:02 jjorian

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.

BurakCanKOCAK avatar Apr 25 '18 07:04 BurakCanKOCAK