mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
(slate-DE) Moved a section of the theme configuration.
This commit is contained in:
parent
cb7a3d6929
commit
161f57d683
|
@ -357,46 +357,6 @@
|
||||||
</view>
|
</view>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
||||||
<variant name="noGameMedia">
|
|
||||||
<view name="gamelist">
|
|
||||||
<textlist name="gamelist_textlist">
|
|
||||||
<pos>0.04 0.201</pos>
|
|
||||||
<size>0.92 0.71</size>
|
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
|
||||||
<horizontalMargin>0.01</horizontalMargin>
|
|
||||||
</textlist>
|
|
||||||
<image name="backframe1">
|
|
||||||
<pos>0.02 0.19</pos>
|
|
||||||
<size>0.96 0.735</size>
|
|
||||||
<path>./core/images/frame.png</path>
|
|
||||||
<color>${gamelistBackFrameColor}</color>
|
|
||||||
</image>
|
|
||||||
<image name="backframe2">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<image name="backframe3">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<badges name="md_badges">
|
|
||||||
<visible>false</visible>
|
|
||||||
</badges>
|
|
||||||
<text name="md_lbl_releasedate, md_lbl_developer, md_lbl_publisher,
|
|
||||||
md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_developer,
|
|
||||||
md_publisher, md_genre, md_players, md_description">
|
|
||||||
<visible>false</visible>
|
|
||||||
</text>
|
|
||||||
<datetime name="md_releasedate, md_lastplayed">
|
|
||||||
<visible>false</visible>
|
|
||||||
</datetime>
|
|
||||||
<gamelistinfo name="gamelistInfo">
|
|
||||||
<visible>false</visible>
|
|
||||||
</gamelistinfo>
|
|
||||||
<rating name="md_rating">
|
|
||||||
<visible>false</visible>
|
|
||||||
</rating>
|
|
||||||
</view>
|
|
||||||
</variant>
|
|
||||||
|
|
||||||
<variant name="withVideos, withoutVideos">
|
<variant name="withVideos, withoutVideos">
|
||||||
<aspectRatio name="4:3">
|
<aspectRatio name="4:3">
|
||||||
<view name="system, gamelist">
|
<view name="system, gamelist">
|
||||||
|
@ -443,6 +403,46 @@
|
||||||
</aspectRatio>
|
</aspectRatio>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
||||||
|
<variant name="noGameMedia">
|
||||||
|
<view name="gamelist">
|
||||||
|
<textlist name="gamelist_textlist">
|
||||||
|
<pos>0.04 0.201</pos>
|
||||||
|
<size>0.92 0.71</size>
|
||||||
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
|
<horizontalMargin>0.01</horizontalMargin>
|
||||||
|
</textlist>
|
||||||
|
<image name="backframe1">
|
||||||
|
<pos>0.02 0.19</pos>
|
||||||
|
<size>0.96 0.735</size>
|
||||||
|
<path>./core/images/frame.png</path>
|
||||||
|
<color>${gamelistBackFrameColor}</color>
|
||||||
|
</image>
|
||||||
|
<image name="backframe2">
|
||||||
|
<visible>false</visible>
|
||||||
|
</image>
|
||||||
|
<image name="backframe3">
|
||||||
|
<visible>false</visible>
|
||||||
|
</image>
|
||||||
|
<badges name="md_badges">
|
||||||
|
<visible>false</visible>
|
||||||
|
</badges>
|
||||||
|
<text name="md_lbl_releasedate, md_lbl_developer, md_lbl_publisher,
|
||||||
|
md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_developer,
|
||||||
|
md_publisher, md_genre, md_players, md_description">
|
||||||
|
<visible>false</visible>
|
||||||
|
</text>
|
||||||
|
<datetime name="md_releasedate, md_lastplayed">
|
||||||
|
<visible>false</visible>
|
||||||
|
</datetime>
|
||||||
|
<gamelistinfo name="gamelistInfo">
|
||||||
|
<visible>false</visible>
|
||||||
|
</gamelistinfo>
|
||||||
|
<rating name="md_rating">
|
||||||
|
<visible>false</visible>
|
||||||
|
</rating>
|
||||||
|
</view>
|
||||||
|
</variant>
|
||||||
|
|
||||||
<variant name="themeEngineTest_1">
|
<variant name="themeEngineTest_1">
|
||||||
<include>./theme_engine_test_1.xml</include>
|
<include>./theme_engine_test_1.xml</include>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
Loading…
Reference in a new issue