[android-developers] ExpandableListView help

2010-11-02 Thread titleist
Hello, I'm trying to create a ExpandableListView in one activity. I've looked in apis demos, and I've created ExpandableListView. The problem is, that I need to have this ExpandableListView in activity that is already created, and not in a new one. I've used this code: /* * Copyright (C) 2007

Re: [android-developers] ExpandableListView help

2010-11-02 Thread Kumar Bibek
What do you mean by not in a new one . Go thru this sample. Hope it helps. http://techdroid.kbeanie.com/2010/09/expandablelistview-on-android.html On Tue, Nov 2, 2010 at 4:29 PM, titleist tadej.ore...@gmail.com wrote: Hello, I'm trying to create a ExpandableListView in one activity. I've

Re: [android-developers] ExpandableListView help

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 5:59 AM, titleist tadej.ore...@gmail.com wrote: In my current activity I have one spinner(on top) and two buttons(on bottom). My ExpendableListView would have to be below spinner, OK. but I don't know how to set up padding for ExpandableListView, The same as any