0

I want to design the same structure present in the image below in android can anyone help please! I found this in asp.net design but in android I don't find this sort of structure . I want to have column spans in gridview but in android people are saying it is only possible with gridlayout, is there any possibility to have column spans in android gridview please let me know.

click here to see the img

lakshmi
  • 21
  • 3
  • 9
  • 1
    `TableLayout` does not support `row spans`, only `column spans`. Use `GridLayout` supports both row and column span – Harshad Pansuriya Sep 14 '16 at 07:42
  • try to inflate custom layout inside any parent layout like linearlayout. – Rahul Sharma Sep 14 '16 at 07:44
  • Thanks for your reply..Actually I'm using a gridview is it possible to have row spans in that?? – lakshmi Sep 14 '16 at 07:44
  • @lakshmi see this help you : http://stackoverflow.com/questions/11863329/gridlayout-and-row-column-span-woe – Harshad Pansuriya Sep 14 '16 at 07:47
  • In an Android Table -- TableRow -- Textview has android:layout_span="number" -- https://developer.android.com/reference/android/widget/TableRow.LayoutParams.html -- which Defines how many columns this child should span – Tasos Sep 14 '16 at 07:48

0 Answers0