How can you specify a column span in an android\'s gridview?
I have a gridview that displays 3 images for each row. Sometimes, there are images that have to span 2 r
TableLayout and GridLayout support column spanning, but GridView does not.
TableLayout
GridLayout
GridView