Re: [android-developers] List View inside a Layout

2010-12-29 Thread Manoj Maurya
It will be done same way. I m working on similar thing. Exactly, where are you stuck? You have to get listview's id and use set adapter in same way as it is done for a normal listview. Thanks Manoj Kumar Maurya > Hi all.. > > What I want to do is: > > I have a layout with some textviews and button

[android-developers] List View inside a Layout

2010-12-28 Thread Sergio Luceno
Hi all.. What I want to do is: I have a layout with some textviews and buttons. I want to add to this layout a simple listView with a String, i mean. a simple ListView not a custom one. this is my layout more or less: So, I did a lot of google, but all the examples that i found is for an