JingHaifeng
Results
3
comments of
JingHaifeng
I fixed it and pulled.
I found that it would not crash if the layout_height of DynamicGridView was set wrap_content.
Finally,I found the error method: ``` private Point getColumnAndRowForView(View view) { int pos = getPositionForView(view); int columns = getColumnCount(); int column = pos % columns; int row = pos /...