mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
(slate-DE) Added a system name text element to all collection systems.
This commit is contained in:
parent
9d1c4e476c
commit
597375c68c
12
themes/slate-DE/auto-allgames/theme.xml
Normal file
12
themes/slate-DE/auto-allgames/theme.xml
Normal 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>
|
12
themes/slate-DE/auto-favorites/theme.xml
Normal file
12
themes/slate-DE/auto-favorites/theme.xml
Normal 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>
|
12
themes/slate-DE/auto-lastplayed/theme.xml
Normal file
12
themes/slate-DE/auto-lastplayed/theme.xml
Normal 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>
|
|
@ -3,7 +3,12 @@
|
||||||
|
|
||||||
<variant name="withVideos, withoutVideos, noGameMedia">
|
<variant name="withVideos, withoutVideos, noGameMedia">
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
|
<text name="collectionsSystemName">
|
||||||
|
<pos>0.42 0.128</pos>
|
||||||
|
<metadata>sourceSystemFullname</metadata>
|
||||||
|
</text>
|
||||||
<text name="customCollectionsHeader">
|
<text name="customCollectionsHeader">
|
||||||
|
<pos>0.42 0.174</pos>
|
||||||
<metadata>systemFullname</metadata>
|
<metadata>systemFullname</metadata>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -208,8 +208,18 @@
|
||||||
<color>${gamelistBackFrameColor}</color>
|
<color>${gamelistBackFrameColor}</color>
|
||||||
<zIndex>10</zIndex>
|
<zIndex>10</zIndex>
|
||||||
</image>
|
</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">
|
<text name="customCollectionsHeader">
|
||||||
<pos>0.42 0.174</pos>
|
|
||||||
<size>0.214 0.05</size>
|
<size>0.214 0.05</size>
|
||||||
<origin>1 1</origin>
|
<origin>1 1</origin>
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
||||||
|
@ -416,6 +426,9 @@
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
|
<text name="collectionsSystemName">
|
||||||
|
<size>0.182 0.025</size>
|
||||||
|
</text>
|
||||||
<text name="customCollectionsHeader">
|
<text name="customCollectionsHeader">
|
||||||
<pos>0.42 0.175</pos>
|
<pos>0.42 0.175</pos>
|
||||||
<size>0.182 0.05</size>
|
<size>0.182 0.05</size>
|
||||||
|
|
Loading…
Reference in a new issue