You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Override
public void onItemClick( AdapterView<?> parent, View view, int position, long id ) {
int realPos = position - gridView.getHeaderViewsCount();
When I use this StaggeredGridView, I found several problems. And one of them is pretty serious, please check it. #164
The text was updated successfully, but these errors were encountered: