-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
If you set the position of the listview, like if you change following code in your sample, then you've got a very ugly visual bug. :)
Any ideas how to solve that?
Line 65:
if (viewGroup instanceof AbsListView) {
int numColumns = (viewGroup instanceof GridView) ? 3 : 1;
ListView absListView = (ListView) viewGroup;
absListView.setAdapter(new QuickReturnAdapter(adapter, numColumns));
absListView.setSelectionFromTop(100, 30); // Add this line
}
Metadata
Metadata
Assignees
Labels
No labels