Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Confluence] add weather provider logo #3330

Merged
merged 1 commit into from Sep 30, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
158 changes: 85 additions & 73 deletions addons/skin.confluence/720p/MyWeather.xml
Expand Up @@ -98,6 +98,14 @@
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<posx>70</posx>
<posy>40</posy>
<width>360</width>
<height>90</height>
<aspectratio align="center" aligny="center">keep</aspectratio>
<texture>$INFO[Window.Property(WeatherProviderLogo)]</texture>
</control>
<control type="label">
<description>Provider Text</description>
<posx>20</posx>
Expand All @@ -111,80 +119,84 @@
<aligny>center</aligny>
<label>$LOCALIZE[31303] : [COLOR=orange]$INFO[Window.Property(WeatherProvider)][/COLOR]</label>
<include>Window_OpenClose_Animation</include>
<visible>IsEmpty(Window.Property(WeatherProviderLogo))</visible>
</control>
<control type="label">
<description>weather location label</description>
<posx>20</posx>
<posy>80</posy>
<width>460</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<scroll>false</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(Location)]</label>
</control>
<control type="label">
<description>update label</description>
<posx>20</posx>
<posy>100</posy>
<width>460</width>
<height>35</height>
<font>font12</font>
<label>$LOCALIZE[31301] - $INFO[Window.Property(Updated)]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>current temp Value</description>
<posx>195</posx>
<posy>175</posy>
<width>180</width>
<height>40</height>
<font>WeatherTemp</font>
<align>right</align>
<aligny>top</aligny>
<label>$INFO[Window.Property(Current.Temperature)]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>current temp Value Units</description>
<posx>190</posx>
<posy>185</posy>
<width>100</width>
<height>40</height>
<font>font16</font>
<align>left</align>
<aligny>top</aligny>
<label>$INFO[System.TemperatureUnits]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<description>current weather icon</description>
<posx>230</posx>
<posy>120</posy>
<width>230</width>
<height>230</height>
<info>Window.Property(Current.ConditionIcon)</info>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<description>current condition label</description>
<posx>20</posx>
<posy>320</posy>
<width>460</width>
<height>30</height>
<info>Window.Property(Current.Condition)</info>
<wrapmultiline>true</wrapmultiline>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<control type="group">
<animation effect="slide" start="0,0" end="0,30" condition="!IsEmpty(Window.Property(WeatherProviderLogo))">Conditional</animation>
<control type="label">
<description>weather location label</description>
<posx>20</posx>
<posy>100</posy>
<width>460</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<scroll>false</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(Location)]</label>
</control>
<control type="label">
<description>update label</description>
<posx>20</posx>
<posy>120</posy>
<width>460</width>
<height>35</height>
<font>font12</font>
<label>$LOCALIZE[31301] - $INFO[Window.Property(Updated)]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>current temp Value</description>
<posx>195</posx>
<posy>175</posy>
<width>180</width>
<height>40</height>
<font>WeatherTemp</font>
<align>right</align>
<aligny>top</aligny>
<label>$INFO[Window.Property(Current.Temperature)]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>current temp Value Units</description>
<posx>190</posx>
<posy>185</posy>
<width>100</width>
<height>40</height>
<font>font16</font>
<align>left</align>
<aligny>top</aligny>
<label>$INFO[System.TemperatureUnits]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<description>current weather icon</description>
<posx>230</posx>
<posy>120</posy>
<width>230</width>
<height>230</height>
<info>Window.Property(Current.ConditionIcon)</info>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<description>current condition label</description>
<posx>20</posx>
<posy>320</posy>
<width>460</width>
<height>30</height>
<info>Window.Property(Current.Condition)</info>
<wrapmultiline>true</wrapmultiline>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="image">
<posx>20</posx>
Expand Down