Is there a good way to keep an imageview 16:9? I have it lparams(width = matchParent, height = ???). I tried width * 5625f however width is always appearing as 0. There is a way to do it with percentRelativeLayout but I'm not sure it's necessary to add another view just to have it keep an aspect ratio