DevsmartLib-Android
DevsmartLib-Android copied to clipboard
Adjust the size of each child
When the children use images, these images has the same width as HorizontalListView and AdjustViewBounds doesn't work. See example: http://stackoverflow.com/questions/16134760/horizontallistview-custom-image-text-view
Changing getWidth() and getHeight() with params.width or params.height solves the problem.