[android-developers] Re: Drawing custom images in a ListView

2009-06-23 Thread Saurav Mukherjee
try this: override the onDraw method of the View... for this u need to extend a View. add the object of this view to ur List... hope this helps u. cheers. On Tue, Jun 23, 2009 at 4:20 PM, Tez earlencefe...@gmail.com wrote: Hi, I would like to draw custom images within a ListView, for this I

[android-developers] Re: Drawing custom images in a ListView

2009-06-23 Thread Mark Murphy
Tez wrote: Hi, I would like to draw custom images within a ListView, for this I have created a ListView and an ArrayAdapter object. I have specified that each element of the ListView will be an ImageView which is specified by an XML layout file. Now, I would like to draw a custom graphic