I have a screen graph app, and I want to display a logo where I want to only specify the height and let the roku compute the width preserving aspect ratio.
How can I do this? According to the docs I figured this would work but it is not:
This magically worked for me as well. If the docs are telling the truth, then this is definitely a hack. It states very clearly “maintains aspect ratio”, so that would indicate that width or heights counterpart does NOT need to be set. But setting it makes it work…