"RokuChris" wrote:
Sounds like maybe you're talking about the background image, not the poster. The background image (HDBackgroundImageUrl, SDBackgroundImageUrl) is anchored to the top right corner and you can't change that. Posters (HDPosterUrl, SDPosterUrl) are more or less centered on the right half of the screen.
Thank you, RokuChris -
i found in your answer the solution to a problem of mine.
Unfortunately documentation does not mention specifically what content attributes are supported in
roListScreen. I found the undocumented (it is not mentioned in
RTFM) "ListScreen" example - but it does not use
HDPosterUrl and
SDPosterUrl, which is what i needed.
Since i doubt docs on this will be fixed soon, for posterity here is a list of attributes that i found to work:
- Title
- HDPosterUrl
- SDPosterUrl
- ShortDescriptionLine1
- ShortDescriptionLine2
- HDBackgroundImageUrl
- SDBackgroundImageUrl
- SDSmallIconUrl
- HDSmallIconUrl
Btw if somebody gets to updating the doc... would be great to include screen mockup with areas labeled - which attribute goes where.