Reply to thread

You can center an image in the .xml

 

try:

[code]  <control>

      <description>image</description>

      <type>image</type>

      <id>4</id>

      <posX>0</posX>

      <posY>0</posY>

<height>1080</height>

<width>1920</width>

<align>center</align>

<valign>center</valign>

    </control>[/code]

 

This is for FullHD skinfile. For HDReady you need to change the height and width.


Top Bottom