Skip to content

Commit

Permalink
Fixes for LibreELEC and CoreELEC settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSiLVO committed May 4, 2019
1 parent 5113d09 commit f5bd713
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
1 change: 1 addition & 0 deletions 16x9/Includes_Backgrounds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
</control>
<control type="group">
<visible>Window.IsActive(settings) | Window.IsActive(SettingsCategory.xml) | Window.IsActive(1140) | Window.IsActive(1117) | Window.IsActive(systeminfo) | Window.IsActive(profiles) | Window.IsActive(weather) | Window.IsActive(script-NextAired-TVGuide.xml) | Window.IsActive(script-NextAired-TVGuide2.xml)</visible>
<visible>!Window.IsActive(service-LibreELEC-Settings-mainWindow.xml) + !!Window.IsActive(service-CoreELEC-Settings-mainWindow.xml)</visible>
<animation effect="slide" end="30" condition="Window.IsActive(profiles)">Conditional</animation>
<animation effect="slide" end="0,-25" condition="Window.IsActive(settings)">Conditional</animation>
<top>64</top>
Expand Down
24 changes: 12 additions & 12 deletions 16x9/service-CoreELEC-Settings-mainWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,18 @@
<control type="group">
<visible>String.IsEqual(ListItem.Property(Typ), bool)</visible>
<control type="image">
<left>1232</left>
<left>1200</left>
<top>13</top>
<width>64</width>
<height>64</height>
<width>120</width>
<height>76</height>
<texture colordiffuse="grey">android/btn_radio_off_holo_dark.png</texture>
<visible>String.IsEqual(ListItem.Property(value), 0) | String.IsEqual(ListItem.Property(value), false) | String.IsEmpty(ListItem.Property(value))</visible>
</control>
<control type="image">
<left>1232</left>
<left>1200</left>
<top>13</top>
<width>64</width>
<height>64</height>
<width>120</width>
<height>76</height>
<texture colordiffuse="$VAR[ThemeHomeLabelColor]">android/btn_radio_on_holo_dark.png</texture>
<visible>String.IsEqual(ListItem.Property(value), 1) | String.IsEqual(ListItem.Property(value), true)</visible>
</control>
Expand Down Expand Up @@ -189,18 +189,18 @@
<control type="group">
<visible>String.IsEqual(ListItem.Property(Typ), bool)</visible>
<control type="image">
<left>1232</left>
<left>1200</left>
<top>13</top>
<width>64</width>
<height>64</height>
<width>120</width>
<height>76</height>
<texture colordiffuse="grey">android/btn_radio_off_holo_dark.png</texture>
<visible>String.IsEqual(ListItem.Property(value), 0) | String.IsEqual(ListItem.Property(value), false) | String.IsEmpty(ListItem.Property(value))</visible>
</control>
<control type="image">
<left>1232</left>
<left>1200</left>
<top>13</top>
<width>64</width>
<height>64</height>
<width>120</width>
<height>76</height>
<texture colordiffuse="$VAR[ThemeHomeLabelColor]">android/btn_radio_on_holo_dark.png</texture>
<visible>String.IsEqual(ListItem.Property(value), 1) | String.IsEqual(ListItem.Property(value), true)</visible>
</control>
Expand Down
24 changes: 12 additions & 12 deletions 16x9/service-LibreELEC-Settings-mainWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,18 @@
<control type="group">
<visible>String.IsEqual(ListItem.Property(Typ), bool)</visible>
<control type="image">
<left>1232</left>
<left>1200</left>
<top>13</top>
<width>64</width>
<height>64</height>
<width>120</width>
<height>76</height>
<texture colordiffuse="grey">android/btn_radio_off_holo_dark.png</texture>
<visible>String.IsEqual(ListItem.Property(value), 0) | String.IsEqual(ListItem.Property(value), false) | String.IsEmpty(ListItem.Property(value))</visible>
</control>
<control type="image">
<left>1232</left>
<left>1200</left>
<top>13</top>
<width>64</width>
<height>64</height>
<width>120</width>
<height>76</height>
<texture colordiffuse="$VAR[ThemeHomeLabelColor]">android/btn_radio_on_holo_dark.png</texture>
<visible>String.IsEqual(ListItem.Property(value), 1) | String.IsEqual(ListItem.Property(value), true)</visible>
</control>
Expand Down Expand Up @@ -189,18 +189,18 @@
<control type="group">
<visible>String.IsEqual(ListItem.Property(Typ), bool)</visible>
<control type="image">
<left>1232</left>
<left>1200</left>
<top>13</top>
<width>64</width>
<height>64</height>
<width>120</width>
<height>76</height>
<texture colordiffuse="grey">android/btn_radio_off_holo_dark.png</texture>
<visible>String.IsEqual(ListItem.Property(value), 0) | String.IsEqual(ListItem.Property(value), false) | String.IsEmpty(ListItem.Property(value))</visible>
</control>
<control type="image">
<left>1232</left>
<left>1200</left>
<top>13</top>
<width>64</width>
<height>64</height>
<width>120</width>
<height>76</height>
<texture colordiffuse="$VAR[ThemeHomeLabelColor]">android/btn_radio_on_holo_dark.png</texture>
<visible>String.IsEqual(ListItem.Property(value), 1) | String.IsEqual(ListItem.Property(value), true)</visible>
</control>
Expand Down

0 comments on commit f5bd713

Please sign in to comment.