I've RecyclerView with LinearLayoutManager and horizontal orientation. I want to add it zoom in/out functions(like Trello Android app). I changed the items' scale:
itemView.scaleY = 0.7f
itemView.scaleX = 0.7f
Then space appeared between items. How to remove these spaces and place items one by one without space? This is how it looks like now