selection box

Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
This commit is contained in:
shadash 2021-10-11 21:42:29 +02:00 committed by Sophia Hadash
parent 6775d037ee
commit 8887acb0ef
5 changed files with 92 additions and 0 deletions

View file

@ -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">

View file

@ -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">

View file

@ -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>

View file

@ -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 -->

View file

@ -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 -->