libgdx - Scaled Image actor in Table Layout doesn't expand cell -


sorry dense title :)

say have image actor created so:

image image = new image(texture); image.setscale(2); 

adding table works, , shows properly, scaling of image doesn't expand size of table.

table.add(image); table.add(anotherimage); //these images overlapping because 'image' large cell 

is known issue, , there way solve this?

try setting width/height of image's cell fits in table.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -