Skip to content

Primeiro João Parte 8

lucastercas edited this page Jul 21, 2017 · 2 revisions

Múltiplos Dispositivos

<regionBase>
   <region id="screenReg" width="100%" height="100%" zIndex="1">
      <region id="frameReg" left="5%" top="6.7%" width="18.5%" height="18.5%" zIndex="2"/>
      <region id="iconReg" left="87.5%" top="11.7%" width="8.45%" height="6.7%" zIndex="2"/>
   </region>
</regionBase>
<regionBase device="systemScreen(1)">
   <region id="backgroundReg" width="100%" height="100%" zIndex="1">
      <region id="shoesReg" left="0" top="25%" width="50%" height="50%" zIndex="2"/>
      <region id="formReg" left="50%" top="0" width="50%" height="100%" zIndex="2"/>
   </region>
</regionBase>

Clone this wiki locally