0

Have an expandable listview with two childs in different rows.

I would like to know if I can put two childs at the same row. Something like that

++++++++++++++++

+Parent 1+

++++++++++++++++

+Child 1+++Child 2+ 

++++++++++++++++
Remi Guan
  • 21,506
  • 17
  • 64
  • 87
stelios88
  • 1
  • 1
  • 1
  • Just wrap add the two Child views into a LinearLayout with horizontal orientation. Your list adapters getView() logic should populate each before returning the new layout wrapping them. – Carl Whalley Oct 13 '15 at 23:37
  • Sorry but because i am new in android programming can you help me more and be more specific. Thanks!! – stelios88 Oct 13 '15 at 23:59
  • There is a good explanation [here](http://stackoverflow.com/questions/4777272/android-listview-with-different-layout-for-each-row). – Carl Whalley Oct 14 '15 at 08:36

0 Answers0