How to show part of next/previous card RecyclerView
问题 What is the best strategy to achieve this feature: I Have a horizontal RecyclerView with cards. Each card will fulfil the entire screen, but I want it to show part of the next card and previous one if it has more than one item. I know I can achieve this by setting my card android:layout_width at the adapter to have a specific DP like 250dp instead of match_parent . But it doesn't look like a proper solution. This is my code: Activity with RecyclerView: class ListPokemon : AppCompatActivity()