sephiroth74 / HorizontalVariableListView

Horizontal list view for Android which allows variable items widths
859 stars 282 forks source link

Item width not being handled accurately #103

Closed hubcin closed 5 years ago

hubcin commented 9 years ago

Setting the width to the outer most parent of my item layout, let's say, a RelativeLayout, I set the width of it to a fixed value, but it seems like this value is getting ignored, the item width is decided by the size of the views inside this RelativeLayout including padding and margin. It makes me hard to control the width of the items, not a big problem itself but I'm facing same problem with my own AdapterView(check this http://stackoverflow.com/questions/29716609/custom-adapter-view-child-not-being-measured-correctly), so I post this issue here hoping you would have any idea on this.Thanks

mhsnakdgn commented 5 years ago

did you find any solution to fix items witdth?

hubcin commented 5 years ago

did you find any solution to fix items witdth?

no, sorry, I just gave up on that long ago. But if I do it again now, I would dig into to source code and find out the reason.