I want after swiped RecyclerView item to get my custom layout on the background. And I found a solution to which leads a lot of links. But I have problems using it.
Reference to the solution - https://stackoverflow.com/a/35667044/8013212
If you do exactly the same as in the example, then everything works. But in the example the clipBackground
is aligned on the left side, and I need to center. Any attempts to change the alignment of the clipBackground
cause it to stop displaying. Please tell me how to align the clipBackground
in the center?