mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
(slate-DE) Added grouped custom collections headers.
This commit is contained in:
parent
ef9ea41450
commit
ae6640fc32
|
@ -36,6 +36,7 @@
|
|||
<gamelistTextlistSelectedColor>AFAFAF</gamelistTextlistSelectedColor>
|
||||
<gamelistTextlistPrimaryColor>000000</gamelistTextlistPrimaryColor>
|
||||
<gamelistTextlistSecondaryColor>333333</gamelistTextlistSecondaryColor>
|
||||
<gamelistCustomCollectionsHeaderColor>C6C6C6</gamelistCustomCollectionsHeaderColor>
|
||||
|
||||
<gamelistDefaultTextColor>000000</gamelistDefaultTextColor>
|
||||
<gamelistInfoColor>303030</gamelistInfoColor>
|
||||
|
@ -67,6 +68,7 @@
|
|||
<gamelistTextlistSelectedColor>9F9F9F</gamelistTextlistSelectedColor>
|
||||
<gamelistTextlistPrimaryColor>262626</gamelistTextlistPrimaryColor>
|
||||
<gamelistTextlistSecondaryColor>4D4D4D</gamelistTextlistSecondaryColor>
|
||||
<gamelistCustomCollectionsHeaderColor>202020</gamelistCustomCollectionsHeaderColor>
|
||||
|
||||
<gamelistDefaultTextColor>262626</gamelistDefaultTextColor>
|
||||
<gamelistInfoColor>505050</gamelistInfoColor>
|
||||
|
|
11
themes/slate-DE/custom-collections/theme.xml
Normal file
11
themes/slate-DE/custom-collections/theme.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<theme>
|
||||
<include>./../theme.xml</include>
|
||||
|
||||
<variant name="withVideos, withoutVideos, noGameMedia">
|
||||
<view name="gamelist">
|
||||
<text name="customCollectionsHeader">
|
||||
<metadata>systemFullname</metadata>
|
||||
</text>
|
||||
</view>
|
||||
</variant>
|
||||
</theme>
|
|
@ -208,6 +208,17 @@
|
|||
<color>${gamelistBackFrameColor}</color>
|
||||
<zIndex>10</zIndex>
|
||||
</image>
|
||||
<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>
|
||||
<fontSize>0.05</fontSize>
|
||||
<horizontalAlignment>right</horizontalAlignment>
|
||||
<color>${gamelistCustomCollectionsHeaderColor}</color>
|
||||
<letterCase>uppercase</letterCase>
|
||||
<lineSpacing>1.0</lineSpacing>
|
||||
</text>
|
||||
<text name="labelReleasedate, labelDeveloper, labelPublisher,
|
||||
labelGenre, labelPlayers, labelLastplayed">
|
||||
<size>0.14 0.02</size>
|
||||
|
@ -404,6 +415,13 @@
|
|||
<pos>0.34 0.904</pos>
|
||||
</text>
|
||||
</view>
|
||||
<view name="gamelist">
|
||||
<text name="customCollectionsHeader">
|
||||
<pos>0.42 0.175</pos>
|
||||
<size>0.182 0.05</size>
|
||||
<fontSize>0.042</fontSize>
|
||||
</text>
|
||||
</view>
|
||||
</aspectRatio>
|
||||
</variant>
|
||||
|
||||
|
@ -430,6 +448,11 @@
|
|||
<badges name="badges">
|
||||
<visible>false</visible>
|
||||
</badges>
|
||||
<text name="customCollectionsHeader">
|
||||
<pos>0.78 0.10</pos>
|
||||
<origin>1 1</origin>
|
||||
<horizontalAlignment>right</horizontalAlignment>
|
||||
</text>
|
||||
<text name="labelReleasedate, labelDeveloper, labelPublisher, labelGenre, labelPlayers,
|
||||
labelLastplayed, developer, publisher, genre, players, description">
|
||||
<visible>false</visible>
|
||||
|
|
Loading…
Reference in a new issue