I'm using this awesome library twoway-view and I got my desired layout.
However, I wanted to reduce the space between each tiles. Right now as you can see there are plenty of white space between each tile.
Anyone who can guide?
I'm using this awesome library twoway-view and I got my desired layout.
However, I wanted to reduce the space between each tiles. Right now as you can see there are plenty of white space between each tile.
Anyone who can guide?
Use android:layout_margin
attribute for the xml of your item in list.
Here is demo. Read more from docs on layout margins and padding for alignment related issues.