Skip to content

Commit

Permalink
Merge pull request #321 from MediaPortal/MP1.34-DefaultWideHD_skin_up…
Browse files Browse the repository at this point in the history
…date

MP1.34: DefaultWideHD skin update
  • Loading branch information
andrewjswan authored Jun 14, 2024
2 parents f83b690 + 184020a commit 89b39a5
Showing 1 changed file with 44 additions and 32 deletions.
76 changes: 44 additions & 32 deletions mediaportal/MediaPortal.Base/skin/DefaultWideHD/BasicHome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,43 +35,29 @@
<include condition="#(eq(#hedit.mode,'Horizontal Text only'))">BasicHomeInfoRecentlyAddedText.xml</include>
<import>BasicHomeEditorDefines.xml</import>

<!--control>
<description>Date Time</description>
<type>label</type>
<id>0</id>
<posX>45</posX>
<posY>15</posY>
<label>#date | #time</label>
<align>left</align>
<font>Label</font>
<textcolor>ff6FAFE1</textcolor>
<visible>!skin.hastheme(Xmas)</visible>
</control-->

<control>
<description>Date Time Weather</description>
<type>group</type>
<layout>StackLayout(5, Horizontal, true)</layout>
<posX>45</posX>
<posY>15</posY>
<align>left</align>
<width>1000</width>
<width>1800</width>
<height>58</height>
<visible>!skin.hastheme(Xmas)</visible>
<control>
<type>fadelabel</type>
<description>Date Time Weather Label</description>
<id>0</id>
<label>#time #scroll.wrap #date #scroll.wrap #WorldWeather.Location: #WorldWeather.TodayCondition</label>
<label>#time - #date - #WorldWeather.Location: #WorldWeather.TodayCondition</label>
<width>50</width>
<maxWidth>1000</maxWidth>
<maxWidth>1600</maxWidth>
<textcolor>ff6FAFE1</textcolor>
<shadowAngle>10</shadowAngle>
<shadowDistance>2</shadowDistance>
<shadowColor>ff000000</shadowColor>
<align>left</align>
<font>Label</font>

</control>
<control>
<type>image</type>
Expand All @@ -96,31 +82,57 @@
<align>left</align>
<font>Label</font>
</control>
</control>

<control>
<description>Date Time Weather</description>
<type>group</type>
<layout>StackLayout(5, Horizontal, true)</layout>
<posX>45</posX>
<posY>15</posY>
<align>left</align>
<width>1800</width>
<height>58</height>
<visible>skin.hastheme(Xmas)</visible>
<control>
<type>fadelabel</type>
<description>Date Time Weather Label</description>
<id>0</id>
<label>#time - #date - #WorldWeather.Location: #WorldWeather.TodayCondition</label>
<width>50</width>
<maxWidth>1600</maxWidth>
<textcolor>gold</textcolor>
<shadowAngle>10</shadowAngle>
<shadowDistance>2</shadowDistance>
<shadowColor>ff000000</shadowColor>
<align>left</align>
<font>Label</font>
</control>
<control>
<type>image</type>
<description>Weather Icon</description>
<id>0</id>
<texture>ukraine.gif</texture>
<texture>#WorldWeather.TodayIconImage</texture>
<width>55</width>
<height>35</height>
<align>left</align>

</control>
<control>
<type>fadelabel</type>
<description>Temperature Label</description>
<id>0</id>
<label> #WorldWeather.TodayTemperature </label>
<width>50</width>
<maxWidth>100</maxWidth>
<textcolor>ff6FAFE1</textcolor>
<shadowAngle>10</shadowAngle>
<shadowDistance>2</shadowDistance>
<shadowColor>gold</shadowColor>
<align>left</align>
<font>Label</font>
</control>
</control>


<control>
<description>Date Time</description>
<type>label</type>
<id>0</id>
<posX>45</posX>
<posY>15</posY>
<label>#date | #time</label>
<align>left</align>
<font>Label</font>
<textcolor>gold</textcolor>
<visible>skin.hastheme(Xmas)</visible>
</control>
<!-- ******************************************************************************************* -->
<!-- *************************** INFOS ON BASIC HOME (NOW PLAYING AUDIO) *********************** -->
<!-- ******************************************************************************************* -->
Expand Down

0 comments on commit 89b39a5

Please sign in to comment.