Manuel Celis
Manuel Celis
> having same issue video looks stretched width wise I personally recommends you using ExoPlayer, it is very simple to implement and allows you to have a fairly complete control...
I was having the same problem, in my case the solution was use IntentInegrator with forSupportFragment mode just like this: `val scan: IntentIntegrator = IntentIntegrator.forSupportFragment(yourFragmentHere)` The only change I had...
Since a value of 40 the stacked effect can be visible but to be honest it doesn't look pretty good...
I know it's a little late to answer this but if someone else will use something, all you have to do is call the item swipeTouchHelper, just like this `itemTouchHelper.swipe(rvInGame.findViewHolderForAdapterPosition(position),...
You just need to set the `setTransYGap(40)` 40 is the min value where the effect can be visibe
@lucky919 I know it's a little late to respond, all you have to do is call the item swipeTouchHelper after overwriting `getAllowedSwipeDirectionsMovementFlags` , just like that. `itemTouchHelper.swipe(rvInGame.findViewHolderForAdapterPosition(position), ItemTouchHelper.DOWN);` In this...
@Sandroisu ¡Hi! Just want to know if you could create the pull request, I will really apreciate it Or maybe if you can share your solution, thanks!