height worked out dynamically at rendering time
- by nourdine
hello
I have to make a simple layout in android but have problem with the heigh of the central element. basically I have a header, a body and a footer. header and footer have fixed height but I'd like the body to fill the remaining space. this should be screen size independent so I'd like the height of the body to be dynamically worked out when the layout is being rendered.
do you guyz know how I can achieve the result?
thanks