android - How do I get my GridView top row to match the height of the tallest item? -


i have gridview multiple view types. reason height of top row matches shortest item, taller items truncated @ bottom.

is there way tell gridview make sure every item fits in row? have control on height of individual rows? how gridview decide how tall row should be?

p.s. didn't post code sample because i'm pretty sure problem isn't specific code. in fact think may bug in gridview since happens in first row.

it seems gridview uses first child measure height of row

this might best bet.. gridview rows overlapping: how make row height fit tallest item?


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -