Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
enigma2-skin-metrixstylehd / usr / lib / enigma2 / python / Plugins / Extensions / MetrixStyle / data / infobar-head-vpninfo.xml
Size: Mime:
<!-- /* infobar head vpn info -->
		<eLabel position="30,520" size="1220,40" backgroundColor="background" radius="0012" zPosition="-1" />
		<eLabel text="VPN" position="40,525" size="50,30" font="Regular;22" valign="center" foregroundColor="red" backgroundColor="background" transparent="1" />
        <widget source="session.CurrentService" render="FixedLabel" text="VPN" position="40,525" size="50,30" font="Regular;22" valign="center" foregroundColor="green" backgroundColor="background" zPosition="1" transparent="0" >
			<convert type="MetrixStyleVpnInfo">VPN</convert>
			<convert type="ConditionalShowHide"/>
		</widget>
		<widget source="session.CurrentService" render="MetrixStyleVpnFlag" position="105,523" size="32,32" zPosition="1" alphatest="blend" >
			<convert type="MetrixStyleVpnInfo">FLAG</convert>
		</widget>
        <widget source="session.CurrentService" render="Label" position="157,525" size="1110,30" font="Regular;22" noWrap="1" valign="center" backgroundColor="background" transparent="1" >
			<convert type="MetrixStyleVpnInfo">VPN</convert>
		</widget>
		<eLabel position="40,559" size="1200,1" backgroundColor="foreground" zPosition="2" />		
<!-- infobar head vpn info */ -->