[android-developers] Re: how to add a progressbar or other widget to some row of the listview??

2009-07-31 Thread Mark Murphy
skyhigh wrote: > I have had the same problem in trying to use the ProgressBar, it > doesn't display a bar, it just blinks. There are two arcs on each end > of the bar (it looks like a horizontal slice taken out of a circle) > and they just fade in and out, alternating which side has the visible >

[android-developers] Re: how to add a progressbar or other widget to some row of the listview??

2009-07-31 Thread skyhigh
I have had the same problem in trying to use the ProgressBar, it doesn't display a bar, it just blinks. There are two arcs on each end of the bar (it looks like a horizontal slice taken out of a circle) and they just fade in and out, alternating which side has the visible arc. I even created a s

[android-developers] Re: how to add a progressbar or other widget to some row of the listview??

2009-07-30 Thread peter
hi. you could use "setOnItemClickListener" for your listview the parameter of "arg2" is the ID you selected "onItemClick (AdapterView arg0, View arg1, int arg2, long arg3)" On Jul 30, 3:02 pm, frog wrote: > hi,all > I had this questions a few days ago.but no one give the answer,perhaps that

[android-developers] Re: how to add a progressbar or other widget to some row of the listview??

2009-07-30 Thread frog
thanks Mark but ,I did try this method,I add the FootView to the listview,but it looks strang.Only two button(or other something ,and It's blinking all the way)apeared at the bottom of the list.I want to add bottom of some row just like this:--

[android-developers] Re: how to add a progressbar or other widget to some row of the listview??

2009-07-30 Thread Mark Murphy
frog wrote: > I had this questions a few days ago.but no one give the answer,perhaps > that is because my mail didn't include the" [android-developers]". have > someone try to add some widget to listview here? I want to add a > progress bar to the bottom of some row of list view.But now, I only