I need something like Relative layout with a percentage of height and width to implement the layout below. when I used linear layout, I could not set the margin and rotation for the images correctly. and if I use the Relative layout and set the height and width of the Imageviews in the type dp, they will not change to fill the empty spaces in large screen sizes. Any suggestions are welcome.

source
share