(slate-DE) Added a system name text element to all collection systems.

This commit is contained in:
Leon Styhre 2023-01-15 16:58:24 +01:00
parent 9d1c4e476c
commit 597375c68c
5 changed files with 55 additions and 1 deletions

View file

@ -0,0 +1,12 @@
<theme>
<include>./../theme.xml</include>
<variant name="withVideos, withoutVideos, noGameMedia">
<view name="gamelist">
<text name="collectionsSystemName">
<pos>0.42 0.174</pos>
<metadata>sourceSystemFullname</metadata>
</text>
</view>
</variant>
</theme>

View file

@ -0,0 +1,12 @@
<theme>
<include>./../theme.xml</include>
<variant name="withVideos, withoutVideos, noGameMedia">
<view name="gamelist">
<text name="collectionsSystemName">
<pos>0.42 0.174</pos>
<metadata>sourceSystemFullname</metadata>
</text>
</view>
</variant>
</theme>

View file

@ -0,0 +1,12 @@
<theme>
<include>./../theme.xml</include>
<variant name="withVideos, withoutVideos, noGameMedia">
<view name="gamelist">
<text name="collectionsSystemName">
<pos>0.42 0.174</pos>
<metadata>sourceSystemFullname</metadata>
</text>
</view>
</variant>
</theme>

View file

@ -3,7 +3,12 @@
<variant name="withVideos, withoutVideos, noGameMedia">
<view name="gamelist">
<text name="collectionsSystemName">
<pos>0.42 0.128</pos>
<metadata>sourceSystemFullname</metadata>
</text>
<text name="customCollectionsHeader">
<pos>0.42 0.174</pos>
<metadata>systemFullname</metadata>
</text>
</view>

View file

@ -208,8 +208,18 @@
<color>${gamelistBackFrameColor}</color>
<zIndex>10</zIndex>
</image>
<text name="collectionsSystemName">
<size>0.214 0.025</size>
<origin>1 1</origin>
<metadataElement>true</metadataElement>
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
<fontSize>0.025</fontSize>
<horizontalAlignment>right</horizontalAlignment>
<color>${gamelistCustomCollectionsHeaderColor}</color>
<letterCase>uppercase</letterCase>
<lineSpacing>1.0</lineSpacing>
</text>
<text name="customCollectionsHeader">
<pos>0.42 0.174</pos>
<size>0.214 0.05</size>
<origin>1 1</origin>
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
@ -416,6 +426,9 @@
</text>
</view>
<view name="gamelist">
<text name="collectionsSystemName">
<size>0.182 0.025</size>
</text>
<text name="customCollectionsHeader">
<pos>0.42 0.175</pos>
<size>0.182 0.05</size>