In an android ListView, how can I iterate/manipulate all the child views, not just the visible ones?
The code below does NOT change the text of all of a ListV开发者_JAVA百科iew\'s rows because getChildCount() does not get all of a ListView\'s rows, but just the rows that are visible.
问答
阅读(2)