DevsmartLib-Android icon indicating copy to clipboard operation
DevsmartLib-Android copied to clipboard

Adjust the size of each child

Open leinad87 opened this issue 12 years ago • 0 comments

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.

leinad87 avatar Apr 24 '13 18:04 leinad87