I have some image that have resolution 320x320.
For the layout_width it set the value fill_parent
but I do not know what should I set for the layout_height
I want to have equal size for height and width.
If I set layout_height=wrap_content the width is twice bigger then the height...
How can I tall some layout to fill all the space in x but to have y size just as the size of x
layout_widthtowrap_contenttoo? and then position the view wherever you want?