- I have a recyclerView with "Horziontal Linear Layout" as layout manager.
- Recycler View is in a frame layout, with layout_gravity = "center", and layout_width="wrap_content"
- I want recycler view start adding items from center.
- Here is what I want:
- And Here is what I am getting:
- You can see that in the last image items are added from left. I want it to add items from center as shown in the first three images .