Not entire sure if this is possible, but I'm implementing a "CardStack" effect from this SO with my own custom RecyclerView.ItemDecoration
class. I noticed that the overlapping item is drawn such that RecyclerView item at position 0 is at the bottom,following by 1, 2, 3..etc.
Is there a reversed way such that item at position 0 is at the top most?