mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(modern-DE) Added grouped custom collections headers.
This commit is contained in:
parent
ae6640fc32
commit
cff191f8f1
11
themes/modern-DE/custom-collections/theme.xml
Normal file
11
themes/modern-DE/custom-collections/theme.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<theme>
|
||||
<include>./../theme.xml</include>
|
||||
|
||||
<variant name="all">
|
||||
<view name="gamelist">
|
||||
<text name="customCollectionsHeader">
|
||||
<metadata>systemFullname</metadata>
|
||||
</text>
|
||||
</view>
|
||||
</variant>
|
||||
</theme>
|
|
@ -196,6 +196,13 @@
|
|||
<text>${system.fullName.customCollections}</text>
|
||||
<letterCase>none</letterCase>
|
||||
</text>
|
||||
<text name="customCollectionsHeader">
|
||||
<pos>0.035 0.095</pos>
|
||||
<size>0.743 0.031</size>
|
||||
<fontPath>${mainFont}</fontPath>
|
||||
<fontSize>0.02</fontSize>
|
||||
<color>${secondaryColor}</color>
|
||||
</text>
|
||||
<gamelistinfo name="gamelistInfo">
|
||||
<pos>0.966 0.065</pos>
|
||||
<size>0.2 0.031</size>
|
||||
|
|
Loading…
Reference in a new issue