diff options
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/media/flags/videocodec/vc1.png | bin | 0 -> 1045 bytes | |||
-rw-r--r-- | addons/skin.estuary/xml/Home.xml | 1 | ||||
-rw-r--r-- | addons/skin.estuary/xml/MyPVRChannels.xml | 4 |
3 files changed, 3 insertions, 2 deletions
diff --git a/addons/skin.estuary/media/flags/videocodec/vc1.png b/addons/skin.estuary/media/flags/videocodec/vc1.png Binary files differnew file mode 100644 index 0000000000..843497f6a9 --- /dev/null +++ b/addons/skin.estuary/media/flags/videocodec/vc1.png diff --git a/addons/skin.estuary/xml/Home.xml b/addons/skin.estuary/xml/Home.xml index 16187ccbdd..248b4ae389 100644 --- a/addons/skin.estuary/xml/Home.xml +++ b/addons/skin.estuary/xml/Home.xml @@ -978,6 +978,7 @@ <urlset>1</urlset> <hitrect x="-100" y="0" w="1" h="1" /> <titlecolor>button_focus</titlecolor> + <textcolor>button_focus</textcolor> <shadowcolor>text_shadow</shadowcolor> <headlinecolor>FFC0C0C0</headlinecolor> </control> diff --git a/addons/skin.estuary/xml/MyPVRChannels.xml b/addons/skin.estuary/xml/MyPVRChannels.xml index 1d441b0fb7..4f9d7fd44b 100644 --- a/addons/skin.estuary/xml/MyPVRChannels.xml +++ b/addons/skin.estuary/xml/MyPVRChannels.xml @@ -66,7 +66,7 @@ <right>120</right> <aligny>top</aligny> <font>font14</font> - <animation effect="slide" start="0,0" end="0,18" time="0">Conditional</animation> + <animation effect="slide" start="0,0" end="0,14" time="0" condition="String.IsEmpty(ListItem.Title)">Conditional</animation> <label>$INFO[ListItem.Label]</label> <shadowcolor>text_shadow</shadowcolor> </control> @@ -125,7 +125,7 @@ <aligny>top</aligny> <font>font14</font> <label>$INFO[ListItem.Label]</label> - <animation effect="slide" start="0,0" end="0,18" time="0">Conditional</animation> + <animation effect="slide" start="0,0" end="0,14" time="0" condition="String.IsEmpty(ListItem.Title)">Conditional</animation> <shadowcolor>text_shadow</shadowcolor> </control> <control type="label"> |