Re: [android-developers] ExpandableListView Problem

2010-03-03 Thread Dilli rao
Hi in your xml change the bold item you must specify the id respect to *...@android:id/list not @+id/list* Thank you. On Wed, Mar 3, 2010 at 5:52 PM, YCH wrote: > Hi all, > > I am encountering an exception in the onCreate method of an activity. > > java.lang.RuntimeException: Your conte

[android-developers] ExpandableListView Problem

2010-03-03 Thread YCH
Hi all, I am encountering an exception in the onCreate method of an activity. java.lang.RuntimeException: Your content must have a ExpandableListView whose id attribute is 'android.R.id.list' The onCreate method is as below. public class TestActivity extends ExpandableListActivity { @O