[android-developers] Re: Displaying image in SimpleExpandableListAdapter

2008-12-10 Thread for android
You need to have your own custom expandable List adapter. In the getGroupViewhttp://code.google.com/android/reference/android/widget/SimpleExpandableListAdapter.html#getGroupView%28int,%20boolean,%20android.view.View,%20android.view.ViewGroup%29and

[android-developers] Re: Displaying image in SimpleExpandableListAdapter

2008-12-08 Thread androidian
Hmmm...this one wasn't as solved as I thought. When using a SimpleExpandableListAdapter, you don't have easy access to the TextViews inside it. It looks like I can specify my own layout file to use for the individual rows, and set TextViews for use by the rows, and I guess I could set the

[android-developers] Re: Displaying image in SimpleExpandableListAdapter

2008-12-04 Thread for android

[android-developers] Re: Displaying image in SimpleExpandableListAdapter

2008-12-04 Thread for android
Sorry.. textView. setCompoundDrawablesWithIntrinsicBounds(null, null, drawable, null); On Fri, Dec 5, 2008 at 10:00 AM, for android [EMAIL PROTECTED] wrote: