Open nicola73 opened 2 years ago
Hey. What exactly do you mean? Without a fixed size, there will no swipe limit right? Which situation do you mean?
The revealed width must coincide with the width of the controls positioned under automatically. If you set a fixed reveal size, with maxRevealDp, it may not be adequate for the swipe controls on the back. I must set a larger maxRevealDp to ensure the underneath visibility:
instead the length should be automatic:
Hello, congratulations for the excellent work. Would it be possible to make sure that the uncovered area after the swipe is automatically calculated dinamically based on the revealed part size, both left and right? Currently i use "maxRevealDp = x.dp" but a fixed size doesn't fit all situations. Thank you.