Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
vertical layout
Browse files Browse the repository at this point in the history
vertical layout
  • Loading branch information
Supernature2k committed May 2, 2017
1 parent c2f953f commit 85c4117
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/recalbox-multi/data/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<!--<include>./layouts/standard-nodesc.xml</include>-->
<!--<include>./layouts/Supernature2k.xml</include>-->
<!--<include>./layouts/controls.xml</include>-->
<!--<include>./layouts/tate.xml</include>-->



Expand Down
163 changes: 163 additions & 0 deletions themes/recalbox-multi/data/layouts/tate.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
<theme>
<formatVersion>4</formatVersion>

<view name="basic, detailed">
<image name="background" extra="true">
<tile>true</tile>
<size>1 1</size>
<pos>0 0</pos>
<origin>0 0</origin>
<path>./../arts/back.png</path>
</image>
<image name="band1" extra="true">
<size>0.03 1</size>
<pos>0.80 0</pos>
<origin>0 0</origin>
<path>./../arts/band.png</path>
</image>
<image name="band2" extra="true">
<size>0.03 1</size>
<pos>0.829 0</pos>
<origin>0 0</origin>
<path>./../arts/band.png</path>
</image>
<image name="band3" extra="true">
<size>0.03 1</size>
<pos>0.858 0</pos>
<origin>0 0</origin>
<path>./../arts/band.png</path>
</image>
<image name="band4" extra="true">
<size>0.03 1</size>
<pos>0.887 0</pos>
<origin>0 0</origin>
<path>./../arts/band.png</path>
</image>
</view>

<view name="detailed">
<image name="backtext2" extra="true">
<pos>0.02 0.19</pos>
<size>0.96 0.5</size>
<origin>0 0</origin>
<path>./../arts/back90.png</path>
</image>
<image name="backtext3" extra="true">
<pos>0.02 0.71</pos>
<size>0.96 0.23</size>
<origin>0 0</origin>
<path>./../arts/back90.png</path>
</image>

<image name="md_image">
<origin>0.5 0.5</origin>
<pos>0.5 0.36</pos>
<maxSize>0.96 0.32</maxSize>
</image>

<text name="md_players, md_genre, md_developer, md_publisher">
<size>0.14 0.023</size>
</text>

<text name="md_lbl_releasedate">
<pos>1 1</pos>
</text>
<datetime name="md_releasedate">
<pos>1 1</pos>
</datetime>

<text name="md_lbl_developer">
<pos>1 1</pos>
</text>
<text name="md_developer">
<pos>1 1</pos>
</text>

<text name="md_lbl_publisher">
<pos>1 1</pos>
</text>
<text name="md_publisher">
<pos>1 1</pos>
</text>

<text name="md_lbl_genre">
<pos>1 1</pos>
</text>
<text name="md_genre">
<pos>1 1</pos>
</text>

<text name="md_lbl_players">
<pos>1 1</pos>
</text>
<text name="md_players">
<pos>1 1</pos>
</text>

<text name="md_lbl_lastplayed">
<pos>1 1</pos>
</text>
<datetime name="md_lastplayed">
<pos>1 1</pos>
</datetime>

<text name="md_lbl_playcount">
<pos>1 1</pos>
</text>
<text name="md_playcount">
<pos>1 1</pos>
</text>

<text name="md_lbl_favorite">
<pos>1 1</pos>
</text>
<text name="md_favorite">
<pos>1 1</pos>
</text>

<text name="md_lbl_rating">
<pos>1 1</pos>
<fontPath>./../arts/blank.ttf</fontPath>
</text>


<rating name="md_rating">
<pos>1 1</pos>
<filledPath>./../arts/rating_filled.svg</filledPath>
<unfilledPath>./../arts/rating_empty.svg</unfilledPath>
<size>0.04 0.03</size>
</rating>

<text name="md_description">
<lineSpacing>1.2</lineSpacing>
<pos>0.04 0.53</pos>
<size>0.92 0.14</size>
<fontSize>0.02</fontSize>
</text>

<textlist name="gamelist">
<pos>0.04 0.73</pos>
<size>0.92 0.19</size>
<alignment>center</alignment>
<horizontalMargin>0.01</horizontalMargin>
</textlist>
<image name="controls" extra="true">
<pos>1 1</pos>
</image>
</view>

<view name="basic">
<image name="backtext1" extra="true">
<pos>0.02 0.19</pos>
<size>0.96 0.735</size>
<origin>0 0</origin>
<path>./../arts/back90.png</path>
</image>
<textlist name="gamelist">
<pos>0.04 0.21</pos>
<size>0.92 0.695</size>
<alignment>center</alignment>
<horizontalMargin>0.01</horizontalMargin>
</textlist>
</view>
</theme>

0 comments on commit 85c4117

Please sign in to comment.