0

I need help with creating something like this gird view of buttons:

enter image description here

I do not know where to start, and also I need to make three rows by two columns grid. I have tried with this https://stackoverflow.com/a/15264039/3165402 and this is what I get: (GridView is scrollable but I do not want that)

enter image description hereenter image description here

Community
  • 1
  • 1
clzola
  • 1,925
  • 3
  • 30
  • 49
  • is the grid buttons are fixed it will not change runtime? – Pavan May 01 '17 at 21:08
  • @Pavan Well, when I create adapter, in its constructor I create array of six items – clzola May 01 '17 at 21:13
  • if you want that 6 items fixed not scroll able but what if it will not fit according to various device size and resolution then there scroll needed, if you want forcefully adjust you can look for https://developer.android.com/reference/android/support/percent/PercentRelativeLayout.html – Pavan May 02 '17 at 09:04

0 Answers0