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 know
> the way to add the seek bar to every row of the listview by add a
> progessbar to the layout of the  listview. [  ListAdapter scbooks = new
> SimpleCursorAdapter(this,R.layout.bookrow_layout,bookcur, from, to); ]

Try ListView#addFooterView().

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Need Android talent? Ask on HADO! http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to