Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
⚡ Stronger category label to make more visual distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Apr 18, 2024
1 parent b561832 commit cd6c94f
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions 1080i/Includes_Layouts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,10 @@

<include content="Object_Control" condition="$PARAM[selected]">
<param name="control">image</param>
<!-- <include>Texture_Circle_Highlight_V</include> -->
<!-- <width>80</width> -->
<include>Texture_Menu_Highlight_H</include>
<!-- <left>5</left> -->
</include>

<control type="group">
Expand All @@ -2303,7 +2306,8 @@
<param name="icon">$VAR[Image_Layout_CombinedIcon]</param>
<param name="name">$VAR[Label_VideoInfo_DetailsItem]</param>
<param name="role">$INFO[ListItem.Label]</param>
<param name="include_labels">false</param>
<param name="include_labels">$PARAM[detailed]</param>
<!-- <param name="backing_visible">![$PARAM[selected]]</param> -->
<include content="Object_InfoCircle_Image">
<param name="colordiffuse">white</param>
<param name="icon">$VAR[Image_Layout_CombinedThumb]</param>
Expand All @@ -2313,7 +2317,8 @@
<param name="icon">$VAR[Image_Layout_CombinedIcon]</param>
<param name="name">$VAR[Label_VideoInfo_DetailsItem]</param>
<param name="role">$INFO[ListItem.Label]</param>
<param name="include_labels">false</param>
<param name="include_labels">$PARAM[detailed]</param>
<!-- <param name="backing_visible">![$PARAM[selected]]</param> -->
<param name="textcolor_top">$VAR[ColorSelected]</param>
<param name="textcolor_sub">$VAR[ColorSelected]</param>
<include content="Object_InfoCircle_Image">
Expand All @@ -2332,7 +2337,8 @@
<param name="fallback">folder.png</param>
<param name="name">$VAR[Label_VideoInfo_DetailsItem]</param>
<param name="role">$INFO[ListItem.Label]</param>
<param name="include_labels">false</param>
<param name="include_labels">$PARAM[detailed]</param>
<!-- <param name="backing_visible">![$PARAM[selected]]</param> -->
<param name="aspectratio">keep</param>
</include>
<include content="Object_InfoCircle" condition="$PARAM[selected]">
Expand All @@ -2342,7 +2348,8 @@
<param name="fallback">folder.png</param>
<param name="name">$VAR[Label_VideoInfo_DetailsItem]</param>
<param name="role">$INFO[ListItem.Label]</param>
<param name="include_labels">false</param>
<param name="include_labels">$PARAM[detailed]</param>
<!-- <param name="backing_visible">![$PARAM[selected]]</param> -->
<param name="textcolor_top">$VAR[ColorSelected]</param>
<param name="textcolor_sub">$VAR[ColorSelected]</param>
<param name="aspectratio">keep</param>
Expand All @@ -2356,7 +2363,8 @@
<param name="fallback">special://skin/extras/icons/folder.png</param>
<param name="name">$VAR[Label_VideoInfo_DetailsItem]</param>
<param name="role">$INFO[ListItem.Label]</param>
<param name="include_labels">false</param>
<param name="include_labels">$PARAM[detailed]</param>
<!-- <param name="backing_visible">![$PARAM[selected]]</param> -->
<param name="aspectratio">keep</param>
</include>
<include content="Object_InfoCircle" condition="$PARAM[selected]">
Expand All @@ -2365,37 +2373,31 @@
<param name="fallback">special://skin/extras/icons/folder.png</param>
<param name="name">$VAR[Label_VideoInfo_DetailsItem]</param>
<param name="role">$INFO[ListItem.Label]</param>
<param name="include_labels">false</param>
<param name="include_labels">$PARAM[detailed]</param>
<!-- <param name="backing_visible">![$PARAM[selected]]</param> -->
<param name="textcolor_top">$VAR[ColorSelected]</param>
<param name="textcolor_sub">$VAR[ColorSelected]</param>
<param name="aspectratio">keep</param>
</include>
</control>
<control type="textbox">
<left>110</left>
<left>120</left>
<height>72</height>
<centertop>50%</centertop>
<include condition="$PARAM[selected]">Color_SelectedText</include>
<label>$INFO[ListItem.Label]</label>
<font>font_mini</font>

<!-- <font>font_mini</font>
<textcolor>main_fg_70</textcolor>
<selectedcolor>main_fg_70</selectedcolor>
<aligny>center</aligny>
<autoscroll>false</autoscroll>
<visible>![$PARAM[detailed]]</visible>
</control>
<control type="textbox">
<left>110</left>
<height>72</height>
<centertop>50%</centertop>
<include condition="$PARAM[selected]">Color_SelectedText</include>
<label>$INFO[ListItem.Label]</label>
<selectedcolor>main_fg_70</selectedcolor> -->

<font>font_mini_black</font>
<textcolor>main_fg_90</textcolor>
<selectedcolor>main_fg_90</selectedcolor>

<aligny>center</aligny>
<autoscroll>false</autoscroll>
<visible>$PARAM[detailed]</visible>
<visible>![$PARAM[detailed]]</visible>
</control>

</control>
Expand Down

0 comments on commit cd6c94f

Please sign in to comment.