ListAdapter --> How apply convert view changes to specific view item only?
Posted
by
user1847544
on Stack Overflow
See other posts from Stack Overflow
or by user1847544
Published on 2012-11-29T16:42:38Z
Indexed on
2012/11/29
17:04 UTC
Read the original article
Hit count: 148
android
|android-layout
I am trying to get have the lower part of list view slide down, by hiding an unhiding linear layout in list_item. The problem is the view seems to get reused in LayoutAdapter so that the change does not just effect the view I intended to apply it to. Instead it shows up wherever the view is reused. How can I restrict the drop down to just the view on which I requested the dropdown? By drop down I mean unhide the linear layout.
© Stack Overflow or respective owner