Search code examples
androidandroid-gridlayout

Android: GridLayout spacing between items


I have a grid layout which is filled with buttons. I want the buttons to be more distant from each other, what code should I write? I tried to search for it but only found a solution for GridView, not GridLayout.


Solution

  • You can put margin to the buttons