Hi all,

I've a ListActivity containing entries present in my db.
Each line of this list is a Linearlayout containing image and text.

To avoid to reload a part of my db each time, I load it one time.
Records are put in my list used to build my adapter.

I would like to set invisible some lines of this ListActivity when
user clicks on a button.

In debug mode, the view seems Gone, but even if I use forceLayout on
adapter or requestLayout, the list is not reloaded.

Do you have an idea?
--~--~---------~--~----~------------~-------~--~----~
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