I have a custom ListView and I want to redraw a View inside each row
under some circumstances. How would I do that in the ListActivity?
I can use:
ListView l = (ListView) findViewById(android.R.id.list);
l.invalidateViews();
But that seems a waste, redrawing the whole listview.
Any ideas?
--
alkar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---