Can anyone suggest me how to take layout height in percentage manner.
I have to design a layout with
an image 40 percent height
2 text views with 10 percent height respectively
one linear layout with buttons inside of it with 20 percent height
and finally
a button with 10 percent of actual screen height.
Is it possible using xml?
Thanks for answer..