mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35: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">
|
||||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue