mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
selection box
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
This commit is contained in:
parent
6775d037ee
commit
8887acb0ef
|
@ -21,6 +21,26 @@ based on: Switch Theme by Lilbud
|
|||
</text>
|
||||
</view>
|
||||
|
||||
<!-- system specific styles -->
|
||||
<view name="system">
|
||||
<image name="selection_bottom" extra="true">
|
||||
<pos>0.5 0.7025</pos>
|
||||
<size>0.23 0.003</size>
|
||||
</image>
|
||||
<image name="selection_top" extra="true">
|
||||
<pos>0.5 0.2975</pos>
|
||||
<size>0.23 0.003</size>
|
||||
</image>
|
||||
<image name="selection_left" extra="true">
|
||||
<pos>0.385 0.5</pos>
|
||||
<size>0.0016875 0.408</size>
|
||||
</image>
|
||||
<image name="selection_right" extra="true">
|
||||
<pos>0.615 0.5</pos>
|
||||
<size>0.0016875 0.408</size>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<!-- gamelist specific styles -->
|
||||
<view name="detailed, video">
|
||||
<text name="md_lbl_players">
|
||||
|
|
|
@ -21,6 +21,26 @@ based on: Switch Theme by Lilbud
|
|||
</text>
|
||||
</view>
|
||||
|
||||
<!-- system specific styles -->
|
||||
<view name="system">
|
||||
<image name="selection_bottom" extra="true">
|
||||
<pos>0.5 0.7025</pos>
|
||||
<size>0.23 0.003</size>
|
||||
</image>
|
||||
<image name="selection_top" extra="true">
|
||||
<pos>0.5 0.2975</pos>
|
||||
<size>0.23 0.003</size>
|
||||
</image>
|
||||
<image name="selection_left" extra="true">
|
||||
<pos>0.385 0.5</pos>
|
||||
<size>0.0016875 0.408</size>
|
||||
</image>
|
||||
<image name="selection_right" extra="true">
|
||||
<pos>0.615 0.5</pos>
|
||||
<size>0.0016875 0.408</size>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<!-- gamelist specific styles -->
|
||||
<view name="detailed, video">
|
||||
<text name="md_lbl_players">
|
||||
|
|
|
@ -48,6 +48,18 @@ based on: Switch Theme by Lilbud
|
|||
<image name="arrowblock" extra="true">
|
||||
<color>${mainColor}</color>
|
||||
</image>
|
||||
<image name="selection_bottom" extra="true">
|
||||
<color>${highlightColor}</color>
|
||||
</image>
|
||||
<image name="selection_left" extra="true">
|
||||
<color>${highlightColor}</color>
|
||||
</image>
|
||||
<image name="selection_top" extra="true">
|
||||
<color>${highlightColor}</color>
|
||||
</image>
|
||||
<image name="selection_right" extra="true">
|
||||
<color>${highlightColor}</color>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
|
||||
|
|
|
@ -47,6 +47,18 @@ based on: Switch Theme by Lilbud
|
|||
<image name="arrowblock" extra="true">
|
||||
<color>${systemColor}</color>
|
||||
</image>
|
||||
<image name="selection_bottom" extra="true">
|
||||
<color>${highlightColor}</color>
|
||||
</image>
|
||||
<image name="selection_left" extra="true">
|
||||
<color>${highlightColor}</color>
|
||||
</image>
|
||||
<image name="selection_top" extra="true">
|
||||
<color>${highlightColor}</color>
|
||||
</image>
|
||||
<image name="selection_right" extra="true">
|
||||
<color>${highlightColor}</color>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<!-- gamelist specific styles -->
|
||||
|
|
|
@ -57,6 +57,9 @@ based on: Switch Theme by Lilbud
|
|||
<image name="logo">
|
||||
<path>./art/${system.theme}.jpg</path>
|
||||
</image>
|
||||
<carousel name="systemcarousel">
|
||||
<color>00000000</color>
|
||||
</carousel>
|
||||
<text name="system_name_1" extra="true">
|
||||
<text>${system.fullName}</text>
|
||||
<forceUppercase>0</forceUppercase>
|
||||
|
@ -71,6 +74,31 @@ based on: Switch Theme by Lilbud
|
|||
<pos>0.03 0.22</pos>
|
||||
<path>./assets/arrow_block.svg</path>
|
||||
</image>
|
||||
<!-- debug: blue selection box -->
|
||||
<image name="selection_bottom" extra="true">
|
||||
<tile>false</tile>
|
||||
<origin>0.5 0.5</origin>
|
||||
<path>./assets/box.png</path>
|
||||
<zIndex>70</zIndex>
|
||||
</image>
|
||||
<image name="selection_top" extra="true">
|
||||
<tile>false</tile>
|
||||
<origin>0.5 0.5</origin>
|
||||
<path>./assets/box.png</path>
|
||||
<zIndex>70</zIndex>
|
||||
</image>
|
||||
<image name="selection_left" extra="true">
|
||||
<tile>false</tile>
|
||||
<origin>0.5 0.5</origin>
|
||||
<path>./assets/box.png</path>
|
||||
<zIndex>70</zIndex>
|
||||
</image>
|
||||
<image name="selection_right" extra="true">
|
||||
<tile>false</tile>
|
||||
<origin>0.5 0.5</origin>
|
||||
<path>./assets/box.png</path>
|
||||
<zIndex>70</zIndex>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<!-- gamelist specific styles: properties specific to single view -->
|
||||
|
|
Loading…
Reference in a new issue