I have an image with a resolution of 320x320.
To layout_widthset the valuefill_parent
but I don’t know what I need to install for layout_height
I want to have the same size in height and width.
If I set layout_height=wrap_content, the width will be twice as large as the height ...
How can I increase some layout to fill all the space in x, but have size y just like size x
source
share